freebsd-ports/textproc/py-zope.app.locales/Makefile
2016-04-14 07:51:26 +00:00

26 lines
755 B
Makefile

# $FreeBSD$
PORTNAME= zope.app.locales
PORTVERSION= 3.7.5
CATEGORIES= textproc python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Zope locale extraction and management utilities
LICENSE= ZPL21
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface \
${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>0:textproc/py-zope.i18nmessageid \
${PYTHON_PKGNAMEPREFIX}zope.i18n>=0:devel/py-zope.i18n \
${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:devel/py-zope.configuration \
${PYTHON_PKGNAMEPREFIX}zope.tal>=0:textproc/py-zope.tal
NO_ARCH= yes
USES= python:-2.7
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>