22 lines
582 B
Makefile
22 lines
582 B
Makefile
PORTNAME= htmlwidgets
|
|
PORTVERSION= 1.6.2
|
|
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.5.4:textproc/R-cran-htmltools \
|
|
R-cran-jsonlite>=0.9.16:converters/R-cran-jsonlite \
|
|
R-cran-yaml>0:textproc/R-cran-yaml \
|
|
R-cran-knitr>=1.8:print/R-cran-knitr \
|
|
R-cran-rmarkdown>0:textproc/R-cran-rmarkdown
|
|
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|