mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
29 lines
771 B
Makefile
29 lines
771 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rmarkdown
|
|
PORTVERSION= 1.6
|
|
CATEGORIES= textproc
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Dynamic Documents for R
|
|
|
|
LICENSE= GPLv3
|
|
|
|
CRAN_DEPENDS= R-cran-knitr>=1.14:print/R-cran-knitr \
|
|
R-cran-yaml>=2.1.5:textproc/R-cran-yaml \
|
|
R-cran-htmltools>=0.3.5:textproc/R-cran-htmltools \
|
|
R-cran-caTools>0:devel/R-cran-caTools \
|
|
R-cran-evaluate>=0.8:devel/R-cran-evaluate \
|
|
R-cran-base64enc>0:converters/R-cran-base64enc \
|
|
R-cran-jsonlite>0:converters/R-cran-jsonlite \
|
|
R-cran-rprojroot>0:devel/R-cran-rprojroot
|
|
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
|
RUN_DEPENDS= hs-pandoc>=1.12.3:textproc/hs-pandoc \
|
|
${CRAN_DEPENDS}
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|