mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 01:30:33 -04:00
21 lines
452 B
Makefile
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>
|