freebsd-ports/textproc/R-cran-rmarkdown/Makefile
2022-04-28 08:19:48 +00:00

29 lines
843 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
PORTNAME= rmarkdown
PORTVERSION= 2.14
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Dynamic Documents for R
LICENSE= GPLv3
CRAN_DEPENDS= R-cran-bslib>=0.2.5.1:www/R-cran-bslib \
R-cran-evaluate>=0.13:devel/R-cran-evaluate \
R-cran-htmltools>=0.3.5:textproc/R-cran-htmltools \
R-cran-jquerylib>0:www/R-cran-jquerylib \
R-cran-jsonlite>0:converters/R-cran-jsonlite \
R-cran-knitr>=1.22:print/R-cran-knitr \
R-cran-stringr>=1.2.0:textproc/R-cran-stringr \
R-cran-tinytex>=0.31:print/R-cran-tinytex \
R-cran-xfun>=0.30:misc/R-cran-xfun \
R-cran-yaml>=2.1.19:textproc/R-cran-yaml
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= hs-pandoc>=1.14:textproc/hs-pandoc \
${CRAN_DEPENDS}
USES= cran:auto-plist
.include <bsd.port.mk>