18 lines
402 B
Makefile
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>
|