freebsd-ports/devel/py-ExtensionClass/Makefile
Ruslan Makhmatkhanov 2db82c588f devel/py-ExtensionClass: update to 4.2.0
This package now supports python3
2017-01-24 20:02:44 +00:00

19 lines
374 B
Makefile

# $FreeBSD$
PORTNAME= ExtensionClass
PORTVERSION= 4.2.0
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
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>