aboutsummaryrefslogtreecommitdiffstats
path: root/math/py-igraph/Makefile
blob: 2d0ce1fbbac4008b88238d3754aa8a171a3a12dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Li-Wen Hsu <lwhsu@lwhsu.org>
# $FreeBSD$

PORTNAME=   igraph
PORTVERSION=    0.7.0
CATEGORIES= math python
MASTER_SITES=   http://igraph.org/nightly/get/python/
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
DISTNAME=   python-${PORTNAME}-${PORTVERSION}

MAINTAINER= lwhsu@FreeBSD.org
COMMENT=    High performance graph data structures and algorithms

BUILD_DEPENDS=  ${LOCALBASE}/lib/libigraph.so:math/igraph

USES=       python
USE_PYTHON= distutils autoplist
USE_GNOME=  libxml2

.include <bsd.port.mk>