freebsd-ports/www/R-cran-crosstalk/Makefile
TAKATSU Tomonari 8a7aea46a7 - Add new port: www/R-cran-crosstalk
Provides building blocks for allowing HTML widgets to communicate
  with each other, with Shiny or without (i.e. static .html files).
  Currently supports linked brushing and filtering.

  WWW: https://cran.r-project.org/web/packages/crosstalk/
2018-04-03 09:50:55 +00:00

26 lines
634 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= crosstalk
PORTVERSION= 1.0.0
CATEGORIES= www
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Inter-Widget Interactivity for HTML Widgets
LICENSE= MIT
CRAN_DEPENDS= R-cran-htmltools>=0.3.5: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 \
R-cran-shiny>=0.11:www/R-cran-shiny \
R-cran-ggplot2>0:graphics/R-cran-ggplot2
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist
.include <bsd.port.mk>