opnsense-ports/devel/py-distlib/Makefile
Franco Fichtner 743ba01bb6 */*: sync with upstream
Taken from: HardenedBSD
2018-07-04 10:18:50 +02:00

19 lines
374 B
Makefile

# $FreeBSD$
PORTNAME= distlib
DISTVERSION= 0.2.7
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Low-level components of distutils2 and higher-level APIs
LICENSE= PSFL
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python zip
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>