aboutsummaryrefslogtreecommitdiff
path: root/devel/py-zope.deprecation/Makefile
blob: 267fdbb8f269e00d8595701ff96ee26f50f80e85 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>

PORTNAME=	zope.deprecation
PORTVERSION=	4.1.2
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR=	zope

MAINTAINER=	zope@FreeBSD.org
COMMENT=	Zope 3 Deprecation Infrastructure

LICENSE=	ZPL21
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

USES=		python:3.6+
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>