2011-12-22 15:38:23 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= zope.app.authentication
|
|
|
|
PORTVERSION= 3.9
|
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= Principals and groups management for the pluggable authentication
|
|
|
|
|
|
|
|
LICENSE= ZPL21
|
|
|
|
|
2018-06-20 19:05:41 +02:00
|
|
|
RUN_DEPENDS= zodb${PYTHON_PKGNAMESUFFIX}>=0:databases/zodb3@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.authentication>=0:security/py-zope.authentication@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.container>=0:devel/py-zope.container@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.dublincore>=0:devel/py-zope.dublincore@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.event>=0:devel/py-zope.event@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.exceptions>=0:devel/py-zope.exceptions@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.formlib>=4.0.2:devel/py-zope.formlib@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.i18n>=0:devel/py-zope.i18n@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:textproc/py-zope.i18nmessageid@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.location>=0:devel/py-zope.location@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.password>=3.5.1:security/py-zope.password@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.pluggableauth>=1.1:security/py-zope.pluggableauth@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.schema>=0:devel/py-zope.schema@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.security>=0:security/py-zope.security@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.traversing>=0:devel/py-zope.traversing@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.app.container>=0:devel/py-zope.app.container@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.app.component>=0:devel/py-zope.app.component@${PY_FLAVOR}
|
2011-12-22 15:38:23 +01:00
|
|
|
|
2017-11-30 16:50:30 +01:00
|
|
|
USES= python:2.7
|
2014-10-24 18:50:42 +02:00
|
|
|
USE_PYTHON= distutils autoplist
|
2013-09-23 14:52:16 +02:00
|
|
|
|
2011-12-22 15:38:23 +01:00
|
|
|
.include <bsd.port.mk>
|