# $Id: Portfile 92292 2012-04-24 08:44:55Z jmr@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-facebook-sdk
version             20110427
maintainers         perry openmaintainer
platforms           darwin

description         This client library is designed to support the Facebook \
                    Graph API and the official Facebook JavaScript SDK, \
                    which is the canonical way to implement Facebook \
                    authentication.
long_description    ${description}
homepage            https://github.com/facebook/python-sdk

livecheck.type      none

pre-fetch {
    error "broken port"
}
fetch.type          git
git.branch          ad63a5889783f3c581d2
git.url             https://github.com/facebook/python-sdk.git
