aboutsummaryrefslogtreecommitdiff
path: root/security/py-zope.app.security/Makefile
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2014-02-10 09:09:29 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2014-02-10 09:09:29 +0000
commit2b8c2ea1340dd3280c8619c8ab5950e9d6427c08 (patch)
tree5ef7fc9de7af1979fc3d4fbd7cf812b06db228e5 /security/py-zope.app.security/Makefile
parent4b38bfdebd770f5bb5055e4137bb20ee14b56ecc (diff)
downloadports-2b8c2ea1340dd3280c8619c8ab5950e9d6427c08.tar.gz
ports-2b8c2ea1340dd3280c8619c8ab5950e9d6427c08.zip
Notes
Diffstat (limited to 'security/py-zope.app.security/Makefile')
-rw-r--r--security/py-zope.app.security/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/security/py-zope.app.security/Makefile b/security/py-zope.app.security/Makefile
index 94d931d2ca95..7d2abe1a1798 100644
--- a/security/py-zope.app.security/Makefile
+++ b/security/py-zope.app.security/Makefile
@@ -2,9 +2,11 @@
PORTNAME= zope.app.security
PORTVERSION= 3.7.5
+PORTREVISION= 1
CATEGORIES= security python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= ZMI Views For Zope3 Security Components
@@ -24,10 +26,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.app.localpermission>=0:${PORTSDIR}/secu
${PYTHON_PKGNAMEPREFIX}zope.securitypolicy>=0:${PORTSDIR}/security/py-zope.securitypolicy \
${PYTHON_PKGNAMEPREFIX}zope.login>=0:${PORTSDIR}/security/py-zope.login
-DIST_SUBDIR= zope
-USE_PYTHON= yes
-USE_PYDISTUTILS=easy_install
-
-NO_STAGE= yes
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>