diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2018-01-12 09:56:52 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2018-01-12 09:56:52 +0000 |
commit | eb8dcd9a6be5bc0a417446d396fbc2669fadc9da (patch) | |
tree | 10506517b9f08f7e95e0859b812b8578930b5018 /math/py-igraph | |
parent | 5bce43da811ac930ebfe0d6dbfd9de7a48f66070 (diff) | |
download | ports-eb8dcd9a6be5bc0a417446d396fbc2669fadc9da.tar.gz ports-eb8dcd9a6be5bc0a417446d396fbc2669fadc9da.zip |
Notes
Diffstat (limited to 'math/py-igraph')
-rw-r--r-- | math/py-igraph/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/py-igraph/Makefile b/math/py-igraph/Makefile index 72cb7978fce4..20e445ad275d 100644 --- a/math/py-igraph/Makefile +++ b/math/py-igraph/Makefile @@ -12,6 +12,8 @@ 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 |