diff options
Diffstat (limited to 'security/py-plone.session/Makefile')
-rw-r--r-- | security/py-plone.session/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/security/py-plone.session/Makefile b/security/py-plone.session/Makefile index ded776a50d99..3a8660de8c57 100644 --- a/security/py-plone.session/Makefile +++ b/security/py-plone.session/Makefile @@ -2,26 +2,26 @@ PORTNAME= plone.session PORTVERSION= 3.5.3 +PORTREVISION= 1 CATEGORIES= security python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Session based authentication for Zope -LICENSE= BSD +LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.protect>=0:${PORTSDIR}/security/py-plone.protect \ ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \ ${PYTHON_PKGNAMEPREFIX}Products.PluggableAuthService>=0:${PORTSDIR}/security/py-Products.PluggableAuthService -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> |