freebsd-ports/www/py-plone.alterego/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
379 B
Makefile

# $FreeBSD$
PORTNAME= plone.alterego
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= www python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Low level support for dynamic modules
LICENSE= LGPL20
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
USE_ZIP= yes
.include <bsd.port.mk>