19 lines
482 B
Makefile
19 lines
482 B
Makefile
PORTNAME= crosstalk
|
|
PORTVERSION= 1.2.1
|
|
CATEGORIES= www
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Inter-Widget Interactivity for HTML Widgets
|
|
WWW= https://cran.r-project.org/web/packages/crosstalk/
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= R-cran-htmltools>=0.3.6:textproc/R-cran-htmltools \
|
|
R-cran-jsonlite>0:converters/R-cran-jsonlite \
|
|
R-cran-lazyeval>0:math/R-cran-lazyeval \
|
|
R-cran-R6>0:devel/R-cran-R6
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|