summaryrefslogtreecommitdiff
path: root/www/py-restclient/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-01-29 13:18:39 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-01-29 13:18:39 +0000
commita876ff58a25a8446208de35c5b51e7d9baa67415 (patch)
tree215c23fc9a93b2da00abca68f8bb54df397af64d /www/py-restclient/Makefile
parentFix fetch, distfile was rerolled. (diff)
- Convert to PYDISTUTILS_AUTOPLIST
- Stage support - Bump PORTREVISION
Diffstat (limited to 'www/py-restclient/Makefile')
-rw-r--r--www/py-restclient/Makefile6
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