diff options
Diffstat (limited to 'www/py-restclient/Makefile')
| -rw-r--r-- | www/py-restclient/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/py-restclient/Makefile b/www/py-restclient/Makefile index 0d8af30b0c2c..fe95ebc2abef 100644 --- a/www/py-restclient/Makefile +++ b/www/py-restclient/Makefile @@ -3,6 +3,7 @@ PORTNAME= restclient PORTVERSION= 0.11.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,8 +16,9 @@ LICENSE= BSD RUN_DEPENDS= ${PKGNAMEPREFIX}httplib2>=0:${PORTSDIR}/www/py-httplib2 USE_PYTHON= yes -USE_PYDISTUTILS= easy_install -NO_STAGE= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes + post-patch: ${REINPLACE_CMD} -e 's,install_requires.*,,' ${WRKSRC}/setup.py |
