mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
23 lines
555 B
Makefile
23 lines
555 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
|
|
PORTNAME= visNetwork
|
|
PORTVERSION= 2.1.0
|
|
CATEGORIES= graphics
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Network Visualization using 'vis.js' Library
|
|
|
|
LICENSE= MIT
|
|
|
|
CRAN_DEPENDS= R-cran-htmlwidgets>0:www/R-cran-htmlwidgets \
|
|
R-cran-htmltools>0:textproc/R-cran-htmltools \
|
|
R-cran-jsonlite>0:converters/R-cran-jsonlite \
|
|
R-cran-magrittr>0:devel/R-cran-magrittr
|
|
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|