aboutsummaryrefslogtreecommitdiff
path: root/devel/py-ExtensionClass/Makefile
blob: 1df5913dfc5d9e1165251523f06e7c8c620758e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>