aboutsummaryrefslogtreecommitdiff
path: root/www/R-cran-htmlwidgets/Makefile
blob: 07fa9c3861ed7030eee608d6ba362af5c3e9b273 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	htmlwidgets
PORTVERSION=	1.5.4
CATEGORIES=	www
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	HTML Widgets for R
WWW=		https://cran.r-project.org/web/packages/htmlwidgets/

LICENSE=	MIT

CRAN_DEPENDS=	R-cran-htmltools>=0.3:textproc/R-cran-htmltools \
		R-cran-jsonlite>=0.9.16:converters/R-cran-jsonlite \
		R-cran-yaml>0:textproc/R-cran-yaml
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}

USES=	cran:auto-plist

.include <bsd.port.mk>