2011-12-22 15:38:23 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= plone.openid
|
2013-03-28 18:23:24 +01:00
|
|
|
PORTVERSION= 2.0.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}
|
|
|
|
|
2012-01-16 11:33:34 +01:00
|
|
|
MAINTAINER= zope@FreeBSD.org
|
2011-12-22 15:38:23 +01:00
|
|
|
COMMENT= OpenID authentication support for PAS
|
|
|
|
|
|
|
|
LICENSE= BSD
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openid>=0:${PORTSDIR}/security/py-openid \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}transaction>=0:${PORTSDIR}/devel/py-transaction \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}Acquisition>=0:${PORTSDIR}/devel/py-Acquisition \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}Products.PluggableAuthService>=0:${PORTSDIR}/security/py-Products.PluggableAuthService \
|
|
|
|
zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3
|
|
|
|
|
|
|
|
DIST_SUBDIR= zope
|
|
|
|
USE_PYTHON= yes
|
2013-09-23 14:52:16 +02:00
|
|
|
USE_PYDISTUTILS=easy_install
|
2011-12-22 15:38:23 +01:00
|
|
|
USE_ZIP= yes
|
2013-09-23 15:42:48 +02:00
|
|
|
#USES= zope
|
2011-12-22 15:38:23 +01:00
|
|
|
|
2013-09-21 00:55:24 +02:00
|
|
|
NO_STAGE= yes
|
2013-09-23 14:52:16 +02:00
|
|
|
|
2011-12-22 15:38:23 +01:00
|
|
|
.include <bsd.port.mk>
|