Tweak textproc/fixrtf version 0.1.20060303_3
[dports.git] / security / py-zope.principalregistry / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       zope.principalregistry
4 PORTVERSION=    3.7.1
5 PORTREVISION=   1
6 CATEGORIES=     security python zope
7 MASTER_SITES=   CHEESESHOP
8 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
9 DIST_SUBDIR=    zope
10
11 MAINTAINER=     zope@FreeBSD.org
12 COMMENT=        Global principal registry component for Zope3
13
14 LICENSE=        ZPL21
15
16 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}zope.authentication>=0:${PORTSDIR}/security/py-zope.authentication \
17                 ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component \
18                 ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \
19                 ${PYTHON_PKGNAMEPREFIX}zope.password>=0:${PORTSDIR}/security/py-zope.password \
20                 ${PYTHON_PKGNAMEPREFIX}zope.security>=0:${PORTSDIR}/security/py-zope.security
21
22 USES=           python
23 USE_PYTHON=     distutils autoplist
24
25 .include <bsd.port.mk>