diff options
Diffstat (limited to 'math/R-cran-RcppArmadillo/Makefile')
-rw-r--r-- | math/R-cran-RcppArmadillo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/R-cran-RcppArmadillo/Makefile b/math/R-cran-RcppArmadillo/Makefile index 596a511fd90c..bc0c15d0d870 100644 --- a/math/R-cran-RcppArmadillo/Makefile +++ b/math/R-cran-RcppArmadillo/Makefile @@ -1,15 +1,15 @@ PORTNAME= RcppArmadillo -DISTVERSION= 0.12.8.2.1 +DISTVERSION= 14.6.0-1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= eduardo@FreeBSD.org COMMENT= Rcpp integration for Armadillo templated linear algebra library -WWW= https://cran.r-project.org/web/packages/RcppArmadillo/ +WWW= https://cran.r-project.org/package=RcppArmadillo LICENSE= GPLv2+ -CRAN_DEPENDS= R-cran-Rcpp>=0.11.0:devel/R-cran-Rcpp +CRAN_DEPENDS= R-cran-Rcpp>=1.0.12:devel/R-cran-Rcpp BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} TEST_DEPENDS= R-cran-slam>0:math/R-cran-slam \ |