mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 12:10:31 -04:00
17 lines
366 B
Makefile
17 lines
366 B
Makefile
PORTNAME= ExtensionClass
|
|
PORTVERSION= 4.3.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:3.6+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|