aboutsummaryrefslogtreecommitdiff
path: root/devel/py-zconfig/Makefile
blob: 0c2196abbc1a89288a8d42858081e3c34415bfff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Landon Fuller <landonf@opendarwin.org>

PORTNAME=	zconfig
PORTVERSION=	3.0.4
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	ZConfig-${PORTVERSION}
DIST_SUBDIR=	zope

MAINTAINER=	zope@FreeBSD.org
COMMENT=	General use python configuration library

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

NO_ARCH=	yes
USES=		python:3.6+
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>