diff options
Diffstat (limited to 'math/py-python-igraph/Makefile')
-rw-r--r-- | math/py-python-igraph/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/math/py-python-igraph/Makefile b/math/py-python-igraph/Makefile new file mode 100644 index 000000000000..f47072b04e13 --- /dev/null +++ b/math/py-python-igraph/Makefile @@ -0,0 +1,22 @@ +# Created by: Li-Wen Hsu <lwhsu@lwhsu.org> +# $FreeBSD$ + +PORTNAME= python-igraph +PORTVERSION= 0.7.0 +PORTREVISION= 2 +CATEGORIES= math python +MASTER_SITES= http://igraph.org/nightly/get/python/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= lwhsu@FreeBSD.org +COMMENT= High performance graph data structures and algorithms + +LICENSE= GPLv2 + +BUILD_DEPENDS= ${LOCALBASE}/lib/libigraph.so:math/igraph + +USES= gnome python +USE_PYTHON= autoplist concurrent distutils +USE_GNOME= libxml2 + +.include <bsd.port.mk> |