2011-12-22 15:38:23 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Products.PluggableAuthService
|
2013-03-28 18:23:24 +01:00
|
|
|
PORTVERSION= 1.10.0
|
2014-02-10 10:09:29 +01:00
|
|
|
PORTREVISION= 1
|
2012-01-16 11:33:34 +01:00
|
|
|
CATEGORIES= security python zope
|
2011-12-22 15:38:23 +01:00
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2014-02-10 10:09:29 +01:00
|
|
|
DIST_SUBDIR= zope
|
2011-12-22 15:38:23 +01:00
|
|
|
|
2012-01-16 11:33:34 +01:00
|
|
|
MAINTAINER= zope@FreeBSD.org
|
2011-12-22 15:38:23 +01:00
|
|
|
COMMENT= Pluggable Zope2 authentication / authorization framework
|
|
|
|
|
|
|
|
LICENSE= ZPL21
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Products.PluginRegistry>=0:${PORTSDIR}/devel/py-Products.PluginRegistry \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}Products.GenericSetup>=0:${PORTSDIR}/devel/py-Products.GenericSetup
|
|
|
|
|
2014-10-24 18:50:42 +02:00
|
|
|
USES= python:2 zope
|
|
|
|
USE_PYTHON= distutils autoplist
|
2013-09-23 14:52:16 +02:00
|
|
|
|
2011-12-22 15:38:23 +01:00
|
|
|
.include <bsd.port.mk>
|