d883a59210
This update also includes: - devel/py-Acquisition 4.0a1 -> 4.2.1 - devel/py-ExtensionClass 4.0a1 -> 4.2.1 - devel/py-Products.BTreeFolder2 2.13.4 -> 2.14.0 - devel/py-Products.ExternalMethod 2.13.0 -> 2.13.1 - mail/py-Products.MailHost 2.13.1 -> 2.13.2 - devel/py-Products.StandardCacheManagers 2.13.0 -> 2.13.1 - devel/py-zconfig 2.9.3 -> 3.0.4 - devel/py-zLOG 2.11.1 -> 2.11.2 Changes common across this ports: add LICENSE_FILE, add NO_ARCH, sort USE_PYTHON MFH: 2015Q3
19 lines
374 B
Makefile
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>
|