blob: 088e3b35205e4c0019ef8388faf4ae26b0a7463c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= knitr
PORTVERSION= 1.39
CATEGORIES= print
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= General-Purpose Package for Dynamic Report Generation in R
LICENSE= GPLv2+
CRAN_DEPENDS= R-cran-evaluate>=0.15:devel/R-cran-evaluate \
R-cran-highr>0:textproc/R-cran-highr \
R-cran-stringr>=0.6:textproc/R-cran-stringr \
R-cran-yaml>=2.1.19:textproc/R-cran-yaml \
R-cran-xfun>=0.29:misc/R-cran-xfun
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist
.include <bsd.port.mk>
|