2db82c588f
This package now supports python3
19 lines
374 B
Makefile
19 lines
374 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ExtensionClass
|
|
PORTVERSION= 4.2.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>
|