mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
18 lines
387 B
Makefile
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>
|