Tweak devel/p5-Cdk version 5.20120324_1
[dports.git] / devel / py-Products.PythonScripts / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       Products.PythonScripts
4 PORTVERSION=    2.13.2
5 PORTREVISION=   1
6 CATEGORIES=     devel python zope
7 MASTER_SITES=   CHEESESHOP
8 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
9 DIST_SUBDIR=    zope
10
11 MAINTAINER=     zope@FreeBSD.org
12 COMMENT=        Support for restricted execution of Python scripts in Zope 2
13
14 LICENSE=        ZPL21
15
16 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}AccessControl>=0:security/py-AccessControl \
17                 ${PYTHON_PKGNAMEPREFIX}Acquisition>=0:devel/py-Acquisition \
18                 ${PYTHON_PKGNAMEPREFIX}DateTime>=0:devel/py-DateTime \
19                 ${PYTHON_PKGNAMEPREFIX}DocumentTemplate>=0:devel/py-DocumentTemplate \
20                 ${PYTHON_PKGNAMEPREFIX}RestrictedPython>=0:security/py-RestrictedPython \
21                 ${PYTHON_PKGNAMEPREFIX}zExceptions>=0:devel/py-zExceptions
22
23 USES=           python zip
24 USE_PYTHON=     distutils autoplist
25
26 .include <bsd.port.mk>