# Created by: Li-Wen Hsu <lwhsu@lwhsu.org>
# $FreeBSD: head/math/py-igraph/Makefile 458814 2018-01-12 09:56:52Z lwhsu $

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