ports/devel/py-ExtensionClass/Makefile

18 lines
400 B
Makefile

PORTNAME= ExtensionClass
PORTVERSION= 5.1
CATEGORIES= devel python zope
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Metaclass for subclassable extension types
WWW= https://pypi.org/project/ExtensionClass/
LICENSE= ZPL21
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>