opnsense-ports/www/R-cran-htmlwidgets/Makefile
Franco Fichtner 5f1f285626 */*: sync with upstream
Taken from: HardenedBSD
2018-04-25 22:09:27 +02:00

22 lines
491 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= htmlwidgets
PORTVERSION= 1.2
CATEGORIES= www
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= HTML Widgets for R
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>