summaryrefslogtreecommitdiff
path: root/devel/py-ExtensionClass/Makefile
blob: f838943d2deefae8162e6fa2af39b482daa693d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	ExtensionClass
PORTVERSION=	4.3.0
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>