diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-02-10 09:09:29 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-02-10 09:09:29 +0000 |
commit | 2b8c2ea1340dd3280c8619c8ab5950e9d6427c08 (patch) | |
tree | 5ef7fc9de7af1979fc3d4fbd7cf812b06db228e5 /security/py-zope.authentication/Makefile | |
parent | 4b38bfdebd770f5bb5055e4137bb20ee14b56ecc (diff) | |
download | ports-2b8c2ea1340dd3280c8619c8ab5950e9d6427c08.tar.gz ports-2b8c2ea1340dd3280c8619c8ab5950e9d6427c08.zip |
Notes
Diffstat (limited to 'security/py-zope.authentication/Makefile')
-rw-r--r-- | security/py-zope.authentication/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/security/py-zope.authentication/Makefile b/security/py-zope.authentication/Makefile index d2befcde1bc7..99b5f665fe97 100644 --- a/security/py-zope.authentication/Makefile +++ b/security/py-zope.authentication/Makefile @@ -2,9 +2,11 @@ PORTNAME= zope.authentication PORTVERSION= 3.7.1 +PORTREVISION= 1 CATEGORIES= security python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Definition of authentication basics for the Zope Framework @@ -18,11 +20,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.browser>=0:${PORTSDIR}/devel/py-zope.br ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:${PORTSDIR}/devel/py-zope.schema \ ${PYTHON_PKGNAMEPREFIX}zope.security>=0:${PORTSDIR}/security/py-zope.security -DIST_SUBDIR= zope -USE_PYTHON= yes -USE_PYDISTUTILS=easy_install -USE_ZIP= yes - -NO_STAGE= yes +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes +USE_ZIP= yes .include <bsd.port.mk> |