Prune devel/py-EnthoughtBase
[dports.git] / devel / py-zope.contentprovider / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       zope.contentprovider
4 PORTVERSION=    3.7.2
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=        Content Provider Framework for Zope Templates
13
14 LICENSE=        ZPL21
15
16 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}zope.component>=3.8.0:${PORTSDIR}/devel/py-zope.component \
17                 ${PYTHON_PKGNAMEPREFIX}zope.event>=0:${PORTSDIR}/devel/py-zope.event \
18                 ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \
19                 ${PYTHON_PKGNAMEPREFIX}zope.location>=0:${PORTSDIR}/devel/py-zope.location \
20                 ${PYTHON_PKGNAMEPREFIX}zope.publisher>=0:${PORTSDIR}/devel/py-zope.publisher \
21                 ${PYTHON_PKGNAMEPREFIX}zope.schema>=3.5.1dev:${PORTSDIR}/devel/py-zope.schema \
22                 ${PYTHON_PKGNAMEPREFIX}zope.tales>=0:${PORTSDIR}/devel/py-zope.tales
23
24 USES=           python
25 USE_PYTHON=     distutils autoplist
26
27 .include <bsd.port.mk>