diff options
Diffstat (limited to 'math/py-python-louvain/Makefile')
-rw-r--r-- | math/py-python-louvain/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/math/py-python-louvain/Makefile b/math/py-python-louvain/Makefile new file mode 100644 index 000000000000..376788e0a318 --- /dev/null +++ b/math/py-python-louvain/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= python-louvain +DISTVERSION= 0.11 +CATEGORIES= math python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Louvain algorithm for community detection + +LICENSE= BSD3CLAUSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}networkx>0:math/py-networkx@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils concurrent autoplist + +NO_ARCH= yes + +.include <bsd.port.mk> |