freebsd-ports/devel/py-zope.globalrequest/Makefile
2014-03-07 16:49:09 +00:00

29 lines
1,023 B
Makefile

# $FreeBSD$
PORTNAME= zope.globalrequest
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= devel python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Global way of retrieving the currently active request
LICENSE= ZPL21
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.testing>=0:${PORTSDIR}/devel/py-zope.testing \
${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:${PORTSDIR}/devel/py-zope.configuration \
${PYTHON_PKGNAMEPREFIX}zope.app.publisher>=0:${PORTSDIR}/devel/py-zope.app.publisher \
${PYTHON_PKGNAMEPREFIX}zope.app.securitypolicy>=0:${PORTSDIR}/security/py-zope.app.securitypolicy \
${PYTHON_PKGNAMEPREFIX}zope.app.testing>=0:${PORTSDIR}/devel/py-zope.app.testing \
${PYTHON_PKGNAMEPREFIX}zope.app.zcmlfiles>=0:${PORTSDIR}/devel/py-zope.app.zcmlfiles \
${PYTHON_PKGNAMEPREFIX}zope.testbrowser>=0:${PORTSDIR}/devel/py-zope.testbrowser
USES= zip
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>