opnsense-ports/math/R-cran-influenceR/Makefile
Franco Fichtner 46948ab820 */*: sync with upstream
Taken from: FreeBSD
2016-07-23 03:54:39 +02:00

20 lines
450 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= influenceR
PORTVERSION= 0.1.0
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Software Tools to Quantify Structural Importance of Nodes in a Network
LICENSE= GPLv2
CRAN_DEPENDS= R-cran-igraph>0:math/R-cran-igraph
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist,compiles
.include <bsd.port.mk>