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/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/R-cran-hardhat/Makefile b/devel/R-cran-hardhat/Makefile
index 21e793853325..580d1fe41b5e 100644
--- a/devel/R-cran-hardhat/Makefile
+++ b/devel/R-cran-hardhat/Makefile
@@ -1,13 +1,14 @@
PORTNAME= hardhat
-PORTVERSION= 1.3.0
+DISTVERSION= 1.3.1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
-MAINTAINER= ports@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-cli>=3.6.0:devel/R-cran-cli \
R-cran-glue>=1.6.2:devel/R-cran-glue \
@@ -16,6 +17,8 @@ CRAN_DEPENDS= R-cran-cli>=3.6.0:devel/R-cran-cli \
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