aboutsummaryrefslogtreecommitdiff
path: root/www/py-plone.app.testing/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-plone.app.testing/Makefile')
-rw-r--r--www/py-plone.app.testing/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/www/py-plone.app.testing/Makefile b/www/py-plone.app.testing/Makefile
index b737bfb2b82b..7149184c0137 100644
--- a/www/py-plone.app.testing/Makefile
+++ b/www/py-plone.app.testing/Makefile
@@ -2,9 +2,11 @@
PORTNAME= plone.app.testing
PORTVERSION= 4.2.2
+PORTREVISION= 1
CATEGORIES= www python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Testing tools for Plone-the-application, based on plone.testing
@@ -21,12 +23,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:${PORTSDIR}/devel/py-z
${PYTHON_PKGNAMEPREFIX}plone.testing>=0:${PORTSDIR}/www/py-plone.testing \
${PYTHON_PKGNAMEPREFIX}Products.GenericSetup>=0:${PORTSDIR}/devel/py-Products.GenericSetup
-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>