freebsd-ports/security/py-zope.securitypolicy/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

31 lines
1.1 KiB
Makefile

# $FreeBSD$
PORTNAME= zope.securitypolicy
PORTVERSION= 3.7.0
PORTREVISION= 1
CATEGORIES= security python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Default security policy for Zope3
LICENSE= ZPL21
RUN_DEPENDS= zodb${PYTHON_PKGNAMESUFFIX}>=0:databases/zodb3 \
${PYTHON_PKGNAMEPREFIX}zope.annotation>=0:devel/py-zope.annotation \
${PYTHON_PKGNAMEPREFIX}zope.authentication>=0:security/py-zope.authentication \
${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component \
${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:devel/py-zope.configuration \
${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:textproc/py-zope.i18nmessageid \
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface \
${PYTHON_PKGNAMEPREFIX}zope.location>=0:devel/py-zope.location \
${PYTHON_PKGNAMEPREFIX}zope.schema>=0:devel/py-zope.schema \
${PYTHON_PKGNAMEPREFIX}zope.security>=0:security/py-zope.security \
${PYTHON_PKGNAMEPREFIX}zope.dublincore>=3.7:devel/py-zope.dublincore
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>