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

19 lines
447 B
Makefile

PORTNAME= graphlib-backport
PORTVERSION= 1.0.3
CATEGORIES= graphics python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= graphlib_backport-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Backport of the Python 3.9 graphlib module for Python 3.6+
WWW= https://github.com/mariushelf/graphlib_backport
LICENSE= PSFL
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>