ports/devel/py-ExtensionClass/Makefile
Ruslan Makhmatkhanov 03f8b07c89 - convert to auto-generated packing list
- bump PORTREVISION
2014-01-24 21:28:22 +00:00

21 lines
387 B
Makefile

# $FreeBSD$
PORTNAME= ExtensionClass
PORTVERSION= 4.0a1
PORTREVISION= 1
CATEGORIES= devel python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Metaclass for subclassable extension types
LICENSE= ZPL21
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
USE_ZIP= yes
.include <bsd.port.mk>