aboutsummaryrefslogblamecommitdiff
path: root/math/py-python-louvain/Makefile
blob: 3104830bb8686543f6e725db997e3fddd8ab134a (plain) (tree)
1
2
3
4
5


                              
                    
                 
















                                                                               
# $FreeBSD$

PORTNAME=	python-louvain
DISTVERSION=	0.13
PORTREVISION=	1
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>