freebsd-ports/www/py-plone.app.i18n/Makefile
Ruslan Makhmatkhanov ab528a9190 - do not use easy_install, convert to auto-generated packing list
- move DIST_SUBDIR upper, where appropriate
- bump PORTREVISION
2014-02-15 11:09:52 +00:00

21 lines
373 B
Makefile

# $FreeBSD$
PORTNAME= plone.app.i18n
PORTVERSION= 2.0.2
PORTREVISION= 1
CATEGORIES= www python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Plone specific i18n extensions
LICENSE= GPLv2
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
USE_ZIP= yes
.include <bsd.port.mk>