# Created by: Li-Wen Hsu <lwhsu@lwhsu.org>
# $FreeBSD: math/py-igraph/Makefile 327746 2013-09-20 20:55:04Z bapt $

PORTNAME=	igraph
PORTVERSION=	0.5.4
CATEGORIES=	math python
MASTER_SITES=	CHEESESHOP
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:${PORTSDIR}/math/igraph
LIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2

USE_PYTHON=	yes
USE_PYDISTUTILS=	easy_install
PYEASYINSTALL_ARCHDEP=	yes
PYDISTUTILS_PKGNAME=	python_igraph

NO_STAGE=	yes
.include <bsd.port.mk>
