2011-12-22 15:38:23 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= plone.session
|
2016-01-11 00:10:45 +01:00
|
|
|
PORTVERSION= 3.5.6
|
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= Session based authentication for Zope
|
|
|
|
|
2014-02-10 10:09:29 +01:00
|
|
|
LICENSE= BSD3CLAUSE
|
2011-12-22 15:38:23 +01:00
|
|
|
|
2017-11-30 16:50:30 +01:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.protect>=0:security/py-plone.protect@${FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component@${FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}Products.PluggableAuthService>=0:security/py-Products.PluggableAuthService@${FLAVOR}
|
2011-12-22 15:38:23 +01:00
|
|
|
|
2016-01-11 00:10:45 +01:00
|
|
|
NO_ARCH= yes
|
2017-11-30 16:50:30 +01:00
|
|
|
USES= python:2.7
|
2016-01-11 00:10:45 +01:00
|
|
|
USE_PYTHON= autoplist distutils
|
2013-09-23 14:52:16 +02:00
|
|
|
|
2011-12-22 15:38:23 +01:00
|
|
|
.include <bsd.port.mk>
|