aboutsummaryrefslogtreecommitdiff
path: root/math/py-igraph/Makefile
blob: 1e19accd9dc2832582f6929065aa1c8f78d8e3ef (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
# Created by: Li-Wen Hsu <lwhsu@lwhsu.org>
# $FreeBSD$

PORTNAME=	igraph
PORTVERSION=	0.7.0
PORTREVISION=	2
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

LICENSE=	GPLv2

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

USES=		python
USE_PYTHON=	autoplist concurrent distutils
USE_GNOME=	libxml2

.include <bsd.port.mk>