opnsense-ports/math/R-cran-influenceR/Makefile
Franco Fichtner c67b59ed48 */*: sync with upstream
Taken from: HardenedBSD
2018-03-11 05:13:37 +01:00

21 lines
466 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= influenceR
PORTVERSION= 0.1.0
PORTREVISION= 1
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>