mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
25 lines
639 B
Makefile
25 lines
639 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= knitr
|
|
PORTVERSION= 1.13
|
|
CATEGORIES= print
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= General-Purpose Package for Dynamic Report Generation in R
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
RUN_DEPENDS= R-cran-evaluate>=0.8:devel/R-cran-evaluate \
|
|
R-cran-digest>0:security/R-cran-digest \
|
|
R-cran-formatR>0:textproc/R-cran-formatR \
|
|
R-cran-highr>0:textproc/R-cran-highr \
|
|
R-cran-markdown>0:textproc/R-cran-markdown \
|
|
R-cran-stringr>=0.6:textproc/R-cran-stringr \
|
|
R-cran-yaml>=2.1.5:textproc/R-cran-yaml
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|