diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-06-27 09:41:08 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-06-27 09:41:08 +0000 |
commit | 09f96a0fde63f6852e0be12088c69ff76e809dd5 (patch) | |
tree | 148f1949aacfbc0a8ebb8c3c579a7df9e1223598 /math/py-python-igraph/Makefile | |
parent | Move devel/py-usb to devel/py-pyusb (diff) |
Move math/py-igraph to math/py-python-igraph
PR: 246548
Submitted by: sunpoet (myself)
Approved by: lwhsu (maintainer)
Notes
Notes:
svn path=/head/; revision=540588
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> |