aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-graphlib-backport/Makefile
blob: 6f75453e61dda11e849b64f67de6ccbabb26dfbc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>