freebsd-ports/security/py-borg.localrole/Makefile

31 lines
1.1 KiB
Makefile
Raw Normal View History

2012-01-02 09:42:50 +01:00
# $FreeBSD$
PORTNAME= borg.localrole
PORTVERSION= 3.0.2
PORTREVISION= 1
CATEGORIES= security python zope
2012-01-02 09:42:50 +01:00
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
2012-01-02 09:42:50 +01:00
MAINTAINER= zope@FreeBSD.org
COMMENT= PAS plugin which can manage local roles via an adapter lookup
2012-01-02 09:42:50 +01:00
LICENSE= LGPL20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.annotation>=0:devel/py-zope.annotation \
${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component \
${PYTHON_PKGNAMEPREFIX}zope.deferredimport>=0:devel/py-zope.deferredimport \
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface \
${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=0:devel/py-Products.CMFCore \
${PYTHON_PKGNAMEPREFIX}Products.GenericSetup>=0:devel/py-Products.GenericSetup \
${PYTHON_PKGNAMEPREFIX}Products.PlonePAS>=0:security/py-Products.PlonePAS \
${PYTHON_PKGNAMEPREFIX}Products.PluggableAuthService>=0:security/py-Products.PluggableAuthService \
${PYTHON_PKGNAMEPREFIX}plone.memoize>=0:www/py-plone.memoize \
${PYTHON_PKGNAMEPREFIX}Acquisition>=0:devel/py-Acquisition
2012-01-02 09:42:50 +01:00
USES= python zip
USE_PYTHON= distutils autoplist
2012-01-02 09:42:50 +01:00
.include <bsd.port.mk>