aboutsummaryrefslogtreecommitdiffstats
path: root/math/py-graphillion/Makefile
blob: c453ff53d49cd636034661d853a580e0729c25fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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>