freebsd-ports/math/py-igraph/Makefile
Martin Wilke d23f4f558c This module extends Python with a Graph class which is capable of handling
arbitrary directed and undirected graphs with thousands of nodes and millions
of edges. Since the module makes use of the open source igraph library
written in almost 100% pure C, it is blazing fast and outperforms most other
pure Python-based packages around.

WWW:	http://cneurocvs.rmki.kfki.hu/igraph

PR:		ports/106971
Submitted by:	Li-Wen Hsu <lwhsu at lwhsu.org>
2006-12-21 19:57:35 +00:00

28 lines
604 B
Makefile

# New ports collection makefile for: py-igraph
# Date created: 2006-12-20
# Whom: Li-Wen Hsu <lwhsu@lwhsu.org>
#
# $FreeBSD$
#
PORTNAME= igraph
PORTVERSION= 0.3.2
CATEGORIES= math python
MASTER_SITES= http://cheeseshop.python.org/packages/source/i/igraph/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@lwhsu.org
COMMENT= High performance graph data structures and algorithms
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
USE_PYTHON= 2.4+
USE_PYDISTUTILS= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= Does not compile on 4.x
.endif
.include <bsd.port.post.mk>