freebsd-ports/devel/py-ExtensionClass/Makefile
Steve Wills 8da65aa8fc devel/py-ExtensionClass: update to 4.3.0
PR:		224910
Approved by:	maintainer timeout (zope@, >6 months)
2018-07-10 18:27:21 +00:00

19 lines
374 B
Makefile

# $FreeBSD$
PORTNAME= ExtensionClass
PORTVERSION= 4.3.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>