freebsd-ports/devel/py-distlib/Makefile
Yuri Victorovich 7c28202e1f devel/py-distlib: Update 0.2.7 -> 0.2.8
Reported by:	portscout
2018-10-02 21:36:32 +00:00

19 lines
374 B
Makefile

# $FreeBSD$
PORTNAME= distlib
DISTVERSION= 0.2.8
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>