freebsd-ports/graphics/py-pygraph/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

22 lines
452 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:3.6+
USE_GITHUB= yes
GH_ACCOUNT= jciskey
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>