1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/textproc/R-cran-rio/Makefile
Gerald Pfeifer ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

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, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00

33 lines
928 B
Makefile

# $FreeBSD$
PORTNAME= rio
DISTVERSION= 0.5.16
PORTREVISION= 2
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= dbn@FreeBSD.org
COMMENT= A Swiss-Army Knife for Data I/O
LICENSE= GPLv2
BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr
RUN_DEPENDS= R-cran-data.table>=1.9.8:devel/R-cran-data.table \
R-cran-tibble>0:devel/R-cran-tibble \
R-cran-curl>=0.6:ftp/R-cran-curl \
R-cran-haven>=1.1.0:math/R-cran-haven \
R-cran-openxlsx>0:textproc/R-cran-openxlsx \
R-cran-readxl>=0.1.1:textproc/R-cran-readxl
TEST_DEPENDS= R-cran-jsonlite>0:converters/R-cran-jsonlite \
R-cran-bit64>0:devel/R-cran-bit64 \
R-cran-magrittr>0:devel/R-cran-magrittr \
R-cran-testthat>0:devel/R-cran-testthat \
R-cran-knitr>0:print/R-cran-knitr \
R-cran-readr>0:textproc/R-cran-readr \
R-cran-xml2>=1.2.0:textproc/R-cran-xml2 \
R-cran-yaml>0:textproc/R-cran-yaml
USES= cran:auto-plist
.include <bsd.port.mk>