2011-12-18 20:27:58 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= zope.app.i18n
|
2013-09-20 18:07:33 +02:00
|
|
|
PORTVERSION= 3.6.4
|
2014-02-10 00:13:52 +01:00
|
|
|
PORTREVISION= 1
|
2012-01-16 11:33:34 +01:00
|
|
|
CATEGORIES= textproc python zope
|
2011-12-18 20:27:58 +01:00
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2014-02-10 00:13:52 +01:00
|
|
|
DIST_SUBDIR= zope
|
2011-12-18 20:27:58 +01:00
|
|
|
|
2012-01-16 11:33:34 +01:00
|
|
|
MAINTAINER= zope@FreeBSD.org
|
2011-12-18 20:27:58 +01:00
|
|
|
COMMENT= Persistent translation domains and message catalogs
|
|
|
|
|
|
|
|
LICENSE= ZPL21
|
|
|
|
|
2017-11-30 16:50:30 +01:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.publisher>=3.9:devel/py-zope.publisher@${FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.component>=3.6:devel/py-zope.component@${FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.container>=0:devel/py-zope.container@${FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:devel/py-zope.configuration@${FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.i18n>=0:devel/py-zope.i18n@${FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:textproc/py-zope.i18nmessageid@${FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.security>=0:security/py-zope.security@${FLAVOR} \
|
|
|
|
zodb${PYTHON_PKGNAMESUFFIX}>=0:databases/zodb3@${FLAVOR}
|
2011-12-18 20:27:58 +01:00
|
|
|
|
2017-11-30 16:50:30 +01:00
|
|
|
USES= python:2.7
|
2014-12-07 11:01:36 +01:00
|
|
|
USE_PYTHON= distutils autoplist
|
2011-12-18 20:27:58 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|