aboutsummaryrefslogtreecommitdiff
path: root/www/py-plone.browserlayer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-plone.browserlayer/Makefile')
-rw-r--r--www/py-plone.browserlayer/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/www/py-plone.browserlayer/Makefile b/www/py-plone.browserlayer/Makefile
index c814e53601ca..fb8bf634faef 100644
--- a/www/py-plone.browserlayer/Makefile
+++ b/www/py-plone.browserlayer/Makefile
@@ -2,9 +2,11 @@
PORTNAME= plone.browserlayer
PORTVERSION= 2.1.2
+PORTREVISION= 1
CATEGORIES= www python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Browser layer management for Zope 2 applications
@@ -17,12 +19,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.
${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=0:${PORTSDIR}/devel/py-Products.CMFCore \
${PYTHON_PKGNAMEPREFIX}Products.GenericSetup>=1.4:${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>