opnsense-ports/graphics/py-pygraph/Makefile
Franco Fichtner 2f03c0cf40 */*: sync with upstream
Taken from: FreeBSD
2023-06-28 09:14:20 +02:00

21 lines
447 B
Makefile

PORTNAME= pygraph
DISTVERSION= 0.2.1-4
DISTVERSIONSUFFIX= -g037bb2f
PORTREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Graph manipulation library in pure Python
WWW= https://github.com/jciskey/pygraph
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_GITHUB= yes
GH_ACCOUNT= jciskey
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>