opnsense-ports/devel/py-ExtensionClass/Makefile
Franco Fichtner 084a255e56 */*: sync with upstream
Taken from: FreeBSD
2015-07-06 07:16:35 +02:00

19 lines
374 B
Makefile

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