1PORTNAME= readxl 2DISTVERSION= 1.4.5 3CATEGORIES= textproc 4DISTNAME= ${PORTNAME}_${DISTVERSION} 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= Read Excel Files 8WWW= https://cran.r-project.org/package=readxl 9 10LICENSE= mit 11 12BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr \ 13 R-cran-cpp11>=0.4.0:devel/R-cran-cpp11 \ 14 R-cran-progress>0:devel/R-cran-progress 15RUN_DEPENDS= R-cran-cpp11>=0.4.0:devel/R-cran-cpp11 \ 16 R-cran-tibble>=2.0.1:devel/R-cran-tibble \ 17 R-cran-cellranger>0:textproc/R-cran-cellranger \ 18 R-cran-progress>0:devel/R-cran-progress 19TEST_DEPENDS= R-cran-testthat>0:devel/R-cran-testthat 20 21USES= cran:auto-plist,compiles 22 23.include <bsd.port.mk> 24