mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 11:06:39 -04:00
Changes: https://salsa.debian.org/python-team/packages/python-distutils-extra/-/blob/master/debian/changelog
21 lines
531 B
Makefile
21 lines
531 B
Makefile
PORTNAME= python-distutils-extra
|
|
PORTVERSION= 3.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= DEBIAN
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Add support for i18n, documentation, and icons to distutils
|
|
WWW= https://salsa.debian.org/python-team/packages/python-distutils-extra
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python tar:xz
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|