From 4033966d3fa3842af174fa21fdb21fd4b0c1e00c Mon Sep 17 00:00:00 2001 From: Guangyuan Yang Date: Sun, 18 Apr 2021 19:05:10 -0400 Subject: new port: www/R-cran-gh: GitHub API for R Approved by: lwhsu --- www/R-cran-gh/Makefile | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 www/R-cran-gh/Makefile (limited to 'www/R-cran-gh/Makefile') diff --git a/www/R-cran-gh/Makefile b/www/R-cran-gh/Makefile new file mode 100644 index 000000000000..ed8c2ccff4a9 --- /dev/null +++ b/www/R-cran-gh/Makefile @@ -0,0 +1,29 @@ +# Created by: Guangyuan Yang + +PORTNAME= gh +DISTVERSION= 1.2.1 +CATEGORIES= www +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= ygy@FreeBSD.org +COMMENT= GitHub API for R + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr +RUN_DEPENDS= R-cran-jsonlite>0:converters/R-cran-jsonlite \ + R-cran-cli>=2.0.1:devel/R-cran-cli \ + R-cran-ini>0:devel/R-cran-ini \ + R-cran-gitcreds>0:security/R-cran-gitcreds \ + R-cran-httr>=1.2:www/R-cran-httr +TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \ + R-cran-rprojroot>0:devel/R-cran-rprojroot \ + R-cran-testthat>=2.3.2:devel/R-cran-testthat \ + R-cran-withr>0:devel/R-cran-withr \ + R-cran-knitr>0:print/R-cran-knitr \ + R-cran-rmarkdown>0:textproc/R-cran-rmarkdown + +USES= cran:auto-plist + +.include -- cgit v1.2.3