HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/graphics/py-pygraph/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>