ports/devel/py-ExtensionClass/Makefile
2014-03-07 16:49:09 +00:00

21 lines
384 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
USES= zip
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>