ports/misc/py-python-utils/Makefile
2024-08-29 12:38:23 +03:00

18 lines
387 B
Makefile

PORTNAME= python-utils
PORTVERSION= 3.8.2
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
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>