aboutsummaryrefslogtreecommitdiff
path: root/www/py-plone.z3cform/Makefile
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2014-02-15 14:43:11 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2014-02-15 14:43:11 +0000
commit045b1fbdf5e75baa86054ee84889989c05d99155 (patch)
tree097497ec35d0e44d697a94209d657015ffd3371c /www/py-plone.z3cform/Makefile
parent3e9abce16ce94db8effc909b6758e094210522ba (diff)
downloadports-045b1fbdf5e75baa86054ee84889989c05d99155.tar.gz
ports-045b1fbdf5e75baa86054ee84889989c05d99155.zip
- do not use easy_install, convert to auto-generated packing list
- move DIST_SUBDIR upper, where appropriate - clarify type of BSD license, where this info was available - bump PORTREVISION
Notes
Notes: svn path=/head/; revision=344396
Diffstat (limited to 'www/py-plone.z3cform/Makefile')
-rw-r--r--www/py-plone.z3cform/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/www/py-plone.z3cform/Makefile b/www/py-plone.z3cform/Makefile
index e944612f0bf4..9354d3251eb3 100644
--- a/www/py-plone.z3cform/Makefile
+++ b/www/py-plone.z3cform/Makefile
@@ -2,9 +2,11 @@
PORTNAME= plone.z3cform
PORTVERSION= 0.8.0
+PORTREVISION= 1
CATEGORIES= www python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Library that allows use of z3c.form with Zope 2 and the CMF
@@ -17,12 +19,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.batching>0:${PORTSDIR}/www/py-plone.ba
${PYTHON_PKGNAMEPREFIX}zope.browserpage>0:${PORTSDIR}/devel/py-zope.browserpage \
${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component
-DIST_SUBDIR= zope
-USE_PYTHON= yes
-USE_PYDISTUTILS=easy_install
-USE_ZIP= yes
-USES= zope
-
-NO_STAGE= yes
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
+USE_ZIP= yes
+USES= zope
.include <bsd.port.mk>