summaryrefslogtreecommitdiff
path: root/www/R-cran-crosstalk/Makefile
blob: 829fca0258d4338fa882c016d73b326cfa2f2312 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$

PORTNAME=	crosstalk
PORTVERSION=	1.0.0
PORTREVISION=	2
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>