diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-11-12 08:32:08 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-11-12 08:32:08 +0000 |
commit | 3c414063ea4e8ade826d0b67bf98721747c06431 (patch) | |
tree | f37e2060003c4c5ce624dfbead0861df2c670760 /security/py-AccessControl/Makefile | |
parent | cf18adc2a86344f01dba64831441c6cc6b4e9d1c (diff) |
Notes
Diffstat (limited to 'security/py-AccessControl/Makefile')
-rw-r--r-- | security/py-AccessControl/Makefile | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/security/py-AccessControl/Makefile b/security/py-AccessControl/Makefile new file mode 100644 index 000000000000..743d79898a33 --- /dev/null +++ b/security/py-AccessControl/Makefile @@ -0,0 +1,43 @@ +# New ports collection makefile for: py-AccessControl +# Date created: Nov 12, 2011 +# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru> +# +# $FreeBSD$ +# + +PORTNAME= AccessControl +PORTVERSION= 2.13.4 +CATEGORIES= security python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DIST_SUBDIR= zope + +MAINTAINER= rm@FreeBSD.org +COMMENT= Security framework for Zope2 + +LICENSE= ZPL21 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Acquisition>=0:${PORTSDIR}/devel/py-Acquisition \ + ${PYTHON_PKGNAMEPREFIX}DateTime>=0:${PORTSDIR}/devel/py-DateTime \ + ${PYTHON_PKGNAMEPREFIX}ExtensionClass>=0:${PORTSDIR}/devel/py-ExtensionClass \ + ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \ + ${PYTHON_PKGNAMEPREFIX}Persistence>=0:${PORTSDIR}/devel/py-Persistence \ + ${PYTHON_PKGNAMEPREFIX}Record>=0:${PORTSDIR}/devel/py-Record \ + ${PYTHON_PKGNAMEPREFIX}RestrictedPython>=0:${PORTSDIR}/security/py-RestrictedPython \ + ${PYTHON_PKGNAMEPREFIX}transaction>=0:${PORTSDIR}/devel/py-transaction \ + ${PYTHON_PKGNAMEPREFIX}zExceptions>=0:${PORTSDIR}/devel/py-zExceptions \ + zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 \ + ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component \ + ${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:${PORTSDIR}/devel/py-zope.configuration \ + ${PYTHON_PKGNAMEPREFIX}zope.deferredimport>=0:${PORTSDIR}/devel/py-zope.deferredimport \ + ${PYTHON_PKGNAMEPREFIX}zope.publisher>=0:${PORTSDIR}/devel/py-zope.publisher \ + ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:${PORTSDIR}/devel/py-zope.schema \ + ${PYTHON_PKGNAMEPREFIX}zope.security>=0:${PORTSDIR}/security/py-zope.security \ + ${PYTHON_PKGNAMEPREFIX}zope.testing>=0:${PORTSDIR}/devel/py-zope.testing + +PYEASYINSTALL_ARCHDEP= yes +USE_PYTHON= yes +USE_PYDISTUTILS= easy_install +USE_ZIP= yes + +.include <bsd.port.mk> |