mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 17:21:49 -04:00
Changes: https://github.com/zopefoundation/ExtensionClass/blob/master/CHANGES.rst PR: 275494
18 lines
400 B
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>
|