freebsd-ports/math/py-graphillion/Makefile

25 lines
490 B
Makefile
Raw Normal View History

# 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
2013-06-21 13:00:46 +02:00
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>