mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 19:13:27 -04:00
21 lines
518 B
Makefile
21 lines
518 B
Makefile
# Created by: Ju Pengfei <jupengfei@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= python-distutils-extra
|
|
PORTVERSION= 2.38
|
|
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
|
|
|
|
NO_ARCH= yes
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
USES= python
|
|
|
|
.include <bsd.port.mk>
|