freebsd-ports/devel/py-Products.PythonScripts/Makefile
Ruslan Makhmatkhanov e37cac7820 Update Zope to 2.13.19 along with required dependencies:
- devel/py-Products.PythonScripts: 2.13.0 -> 2.13.2
 - devel/py-tempstorage: 2.12.1 -> 2.12.2
 - security/py-AccessControl: 2.13.8 -> 2.13.12
2012-12-20 11:09:31 +00:00

26 lines
861 B
Makefile

# $FreeBSD$
PORTNAME= Products.PythonScripts
PORTVERSION= 2.13.2
CATEGORIES= devel python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Support for restricted execution of Python scripts in Zope 2
LICENSE= ZPL21
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}AccessControl>=0:${PORTSDIR}/security/py-AccessControl \
${PYTHON_PKGNAMEPREFIX}Acquisition>=0:${PORTSDIR}/devel/py-Acquisition \
${PYTHON_PKGNAMEPREFIX}DateTime>=0:${PORTSDIR}/devel/py-DateTime \
${PYTHON_PKGNAMEPREFIX}DocumentTemplate>=0:${PORTSDIR}/devel/py-DocumentTemplate \
${PYTHON_PKGNAMEPREFIX}RestrictedPython>=0:${PORTSDIR}/security/py-RestrictedPython \
${PYTHON_PKGNAMEPREFIX}zExceptions>=0:${PORTSDIR}/devel/py-zExceptions
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
USE_ZIP= yes
.include <bsd.port.mk>