2011-12-23 20:52:28 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= zope.app.locales
|
2016-04-14 09:51:26 +02:00
|
|
|
PORTVERSION= 3.7.5
|
2012-01-16 11:33:34 +01:00
|
|
|
CATEGORIES= textproc python zope
|
2011-12-23 20:52:28 +01:00
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2014-02-10 00:13:52 +01:00
|
|
|
DIST_SUBDIR= zope
|
2011-12-23 20:52:28 +01:00
|
|
|
|
2012-01-16 11:33:34 +01:00
|
|
|
MAINTAINER= zope@FreeBSD.org
|
2011-12-23 20:52:28 +01:00
|
|
|
COMMENT= Zope locale extraction and management utilities
|
|
|
|
|
|
|
|
LICENSE= ZPL21
|
2016-04-14 09:51:26 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
2011-12-23 20:52:28 +01:00
|
|
|
|
2018-06-20 19:05:41 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>0:textproc/py-zope.i18nmessageid@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.i18n>=0:devel/py-zope.i18n@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:devel/py-zope.configuration@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.tal>=0:textproc/py-zope.tal@${PY_FLAVOR}
|
2011-12-23 20:52:28 +01:00
|
|
|
|
2016-04-14 09:51:26 +02:00
|
|
|
NO_ARCH= yes
|
|
|
|
USES= python:-2.7
|
|
|
|
USE_PYTHON= autoplist distutils
|
2013-09-23 14:52:16 +02:00
|
|
|
|
2011-12-23 20:52:28 +01:00
|
|
|
.include <bsd.port.mk>
|