Tweak devel/p5-Cdk version 5.20120324_1
[dports.git] / devel / py-zope.app.publication / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       zope.app.publication
4 PORTVERSION=    3.14.0
5 PORTREVISION=   1
6 CATEGORIES=     devel python zope
7 MASTER_SITES=   CHEESESHOP
8 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
9 DIST_SUBDIR=    zope
10
11 MAINTAINER=     zope@FreeBSD.org
12 COMMENT=        Zope publication
13
14 LICENSE=        ZPL21
15
16 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface \
17                 ${PYTHON_PKGNAMEPREFIX}zope.authentication>=0:security/py-zope.authentication \
18                 ${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component \
19                 ${PYTHON_PKGNAMEPREFIX}zope.error>=0:devel/py-zope.error \
20                 ${PYTHON_PKGNAMEPREFIX}zope.browser>=1.2:devel/py-zope.browser \
21                 ${PYTHON_PKGNAMEPREFIX}zope.location>=0:devel/py-zope.location \
22                 ${PYTHON_PKGNAMEPREFIX}zope.publisher>=3.12.4:devel/py-zope.publisher \
23                 ${PYTHON_PKGNAMEPREFIX}zope.traversing>=3.9.0:devel/py-zope.traversing \
24                 ${PYTHON_PKGNAMEPREFIX}transaction>=1.1.0:devel/py-transaction
25
26 USES=           python
27 USE_PYTHON=     distutils autoplist
28
29 .include <bsd.port.mk>