Prune devel/py-EnthoughtBase
[dports.git] / devel / py-zope.i18n / Makefile
1 # Created by: Wen Heping <wen@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       zope.i18n
5 PORTVERSION=    3.8.0
6 PORTREVISION=   1
7 CATEGORIES=     devel www python
8 MASTER_SITES=   CHEESESHOP
9 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
10 DIST_SUBDIR=    zope
11
12 MAINTAINER=     wen@FreeBSD.org
13 COMMENT=        Zope Internationalization Support
14
15 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}zope.event>=0:${PORTSDIR}/devel/py-zope.event \
16                 ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component \
17                 ${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:${PORTSDIR}/textproc/py-zope.i18nmessageid \
18                 ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:${PORTSDIR}/devel/py-zope.schema \
19                 ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.3.0:${PORTSDIR}/devel/py-zope.interface \
20                 ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz
21
22 USES=           gettext python
23 USE_PYTHON=     distutils autoplist
24
25 .include <bsd.port.mk>