opnsense-ports/devel/py-python-distutils-extra/Makefile
Franco Fichtner f354e534c7 */*: sync with upstream
Taken from: HardenedBSD
2019-11-05 10:27:27 +01:00

22 lines
519 B
Makefile

# Created by: Ju Pengfei <jupengfei@gmail.com>
# $FreeBSD$
PORTNAME= python-distutils-extra
PORTVERSION= 2.39
CATEGORIES= devel python
MASTER_SITES= https://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ \
LOCAL/sunpoet
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Add support for i18n, documentation, and icons to distutils
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>