31 lines
896 B
Makefile
31 lines
896 B
Makefile
PORTNAME= gh
|
|
DISTVERSION= 1.3.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= www
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= ygy@FreeBSD.org
|
|
COMMENT= 'GitHub' 'API'
|
|
WWW= https://gh.r-lib.org/
|
|
|
|
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>=3.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-mockery>0:devel/R-cran-mockery \
|
|
R-cran-rprojroot>0:devel/R-cran-rprojroot \
|
|
R-cran-testthat>=3.0.0: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 \
|
|
R-cran-spelling>0:textproc/R-cran-spelling
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|