summaryrefslogtreecommitdiff
path: root/devel/py-ExtensionClass/Makefile
blob: d2919bddd8d5c1044195c085667bbbacff7f8714 (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=	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>