freebsd-ports/textproc/R-cran-rmarkdown/Makefile
Gerald Pfeifer a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00

31 lines
876 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= rmarkdown
PORTVERSION= 1.10
PORTREVISION= 1
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Dynamic Documents for R
LICENSE= GPLv3
CRAN_DEPENDS= R-cran-knitr>=1.18: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-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 \
R-cran-mime>0:misc/R-cran-mime \
R-cran-tinytex>=0.3:print/R-cran-tinytex \
R-cran-stringr>=1.2.0:textproc/R-cran-stringr
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= hs-pandoc>=1.12.3:textproc/hs-pandoc \
${CRAN_DEPENDS}
USES= cran:auto-plist
.include <bsd.port.mk>