aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-hardhat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/R-cran-hardhat/Makefile')
-rw-r--r--devel/R-cran-hardhat/Makefile17
1 files changed, 11 insertions, 6 deletions
diff --git a/devel/R-cran-hardhat/Makefile b/devel/R-cran-hardhat/Makefile
index 84141f8bf8c9..580d1fe41b5e 100644
--- a/devel/R-cran-hardhat/Makefile
+++ b/devel/R-cran-hardhat/Makefile
@@ -1,19 +1,24 @@
PORTNAME= hardhat
-PORTVERSION= 1.1.0
+DISTVERSION= 1.3.1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
-MAINTAINER= tota@FreeBSD.org
+MAINTAINER= eduardo@FreeBSD.org
COMMENT= Construct Modeling Packages
+WWW= https://cran.r-project.org/web/packages/hardhat/
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
-CRAN_DEPENDS= R-cran-glue>=1.6.2:devel/R-cran-glue \
- R-cran-rlang>=1.0.2:devel/R-cran-rlang \
- R-cran-tibble>=3.1.7:devel/R-cran-tibble \
- R-cran-vctrs>=0.4.1:devel/R-cran-vctrs
+CRAN_DEPENDS= R-cran-cli>=3.6.0:devel/R-cran-cli \
+ R-cran-glue>=1.6.2:devel/R-cran-glue \
+ R-cran-rlang>=1.1.0:devel/R-cran-rlang \
+ R-cran-tibble>=3.2.1:devel/R-cran-tibble \
+ R-cran-vctrs>=0.6.0:devel/R-cran-vctrs
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
+TEST_DEPENDS= R-cran-recipes>0:math/R-cran-recipes \
+ R-cran-testthat>0:devel/R-cran-testthat
USES= cran:auto-plist