diff options
Diffstat (limited to 'math/R-cran-matrixStats/Makefile')
-rw-r--r-- | math/R-cran-matrixStats/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/R-cran-matrixStats/Makefile b/math/R-cran-matrixStats/Makefile index 024bd7cea52b..4449a5289bc9 100644 --- a/math/R-cran-matrixStats/Makefile +++ b/math/R-cran-matrixStats/Makefile @@ -1,5 +1,5 @@ PORTNAME= matrixStats -DISTVERSION= 1.3.0 +DISTVERSION= 1.5.0 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -9,6 +9,8 @@ WWW= https://cran.r-project.org/web/packages/matrixStats/ LICENSE= ART20 +TEST_DEPENDS= R-cran-R.rsp>0:textproc/R-cran-R.rsp + USES= cran:auto-plist,compiles .include <bsd.port.mk> |