2015-08-15 13:39:07 +02:00
|
|
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= rmarkdown
|
2016-02-24 11:59:32 +01:00
|
|
|
PORTVERSION= 0.9.5
|
2015-08-15 13:39:07 +02:00
|
|
|
CATEGORIES= textproc
|
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
|
|
COMMENT= Dynamic Documents for R
|
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
|
|
|
|
RUN_DEPENDS= hs-pandoc>=1.12.3:${PORTSDIR}/textproc/hs-pandoc \
|
2015-09-02 00:49:57 +02:00
|
|
|
R-cran-knitr>=1.11:${PORTSDIR}/print/R-cran-knitr \
|
2015-08-15 13:39:07 +02:00
|
|
|
R-cran-yaml>=2.1.5:${PORTSDIR}/textproc/R-cran-yaml \
|
|
|
|
R-cran-htmltools>=0.2.4:${PORTSDIR}/textproc/R-cran-htmltools \
|
|
|
|
R-cran-caTools>0:${PORTSDIR}/devel/R-cran-caTools
|
|
|
|
|
|
|
|
USES= cran:auto-plist
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|