opnsense-ports/graphics/py-pygraph/Makefile
Franco Fichtner a4d782b9cf */*: sync with upstream
Taken from: FreeBSD
2024-09-03 10:17:22 +02:00

18 lines
402 B
Makefile

PORTNAME= pygraph
DISTVERSION= 0.3.0
CATEGORIES= graphics python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Graph manipulation library in pure Python
WWW= https://pypi.org/project/PyGraph/ \
https://github.com/jciskey/pygraph
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>