diff options
Diffstat (limited to 'security/py-plone.protect/Makefile')
-rw-r--r-- | security/py-plone.protect/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/security/py-plone.protect/Makefile b/security/py-plone.protect/Makefile index 4046cbf40f1c..f1ea4d9ab63c 100644 --- a/security/py-plone.protect/Makefile +++ b/security/py-plone.protect/Makefile @@ -2,25 +2,25 @@ PORTNAME= plone.protect PORTVERSION= 2.0.2 +PORTREVISION= 1 CATEGORIES= security python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Security for browser forms -LICENSE= BSD +LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.keyring>1.0:${PORTSDIR}/security/py-plone.keyring \ ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface -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> |