2011-12-18 20:27:58 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= zope.session
|
|
|
|
PORTVERSION= 3.9.5
|
2014-02-10 10:09:29 +01:00
|
|
|
PORTREVISION= 1
|
2012-01-16 11:33:34 +01:00
|
|
|
CATEGORIES= security python zope
|
2011-12-18 20:27:58 +01:00
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2014-02-10 10:09:29 +01:00
|
|
|
DIST_SUBDIR= zope
|
2011-12-18 20:27:58 +01:00
|
|
|
|
2012-01-16 11:33:34 +01:00
|
|
|
MAINTAINER= zope@FreeBSD.org
|
2011-12-18 20:27:58 +01:00
|
|
|
COMMENT= Client identification and sessions for Zope
|
|
|
|
|
|
|
|
LICENSE= ZPL21
|
|
|
|
|
|
|
|
RUN_DEPENDS= zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:${PORTSDIR}/textproc/py-zope.i18nmessageid \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.location>=0:${PORTSDIR}/devel/py-zope.location \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.publisher>=0:${PORTSDIR}/devel/py-zope.publisher \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.minmax>=0:${PORTSDIR}/devel/py-zope.minmax
|
|
|
|
|
2014-10-24 18:50:42 +02:00
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils autoplist
|
2013-09-23 14:52:16 +02:00
|
|
|
|
2011-12-18 20:27:58 +01:00
|
|
|
.include <bsd.port.mk>
|