opnsense-ports/math/py-graphillion/Makefile
Franco Fichtner de546c6ea6 */*: sync with upstream
Taken from: FreeBSD
2015-05-08 07:55:04 +02:00

24 lines
490 B
Makefile

# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$
PORTNAME= graphillion
PORTVERSION= 0.94
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= math python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs@FreeBSD.org
COMMENT= Fast, lightweight graphset operation library in Python
LICENSE= MIT
USES= python
USE_PYTHON= distutils autoplist
USE_GITHUB= yes
GH_ACCOUNT= takemaru
regression-test: build
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
.include <bsd.port.mk>