ports/graphics/py-pygraph/Makefile
2021-04-06 16:31:07 +02:00

21 lines
452 B
Makefile

# Created by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
PORTNAME= pygraph
DISTVERSION= 0.2.1-4
DISTVERSIONSUFFIX= -g037bb2f
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Graph manipulation library in pure Python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+
USE_GITHUB= yes
GH_ACCOUNT= jciskey
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>