freebsd-ports/misc/py-python-utils/Makefile
Dmitry Marakasov 77d68471ad */*: rename CHEESESHOP to PYPI in MASTER_SITES
PR:			267994
Differential revision:	D37518
Approved by:		bapt
2023-01-11 18:58:34 +03:00

18 lines
392 B
Makefile

PORTNAME= python-utils
PORTVERSION= 3.4.5
CATEGORIES= misc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= makc@FreeBSD.org
COMMENT= Collection of small functions and classes
WWW= https://pypi.org/project/python-utils/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USES= python:3.7+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>