summaryrefslogtreecommitdiff
path: root/math/R-cran-Rsolnp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/R-cran-Rsolnp/Makefile')
-rw-r--r--math/R-cran-Rsolnp/Makefile18
1 files changed, 11 insertions, 7 deletions
diff --git a/math/R-cran-Rsolnp/Makefile b/math/R-cran-Rsolnp/Makefile
index 3b27f2be95b0..45d7f8a0aaaa 100644
--- a/math/R-cran-Rsolnp/Makefile
+++ b/math/R-cran-Rsolnp/Makefile
@@ -1,21 +1,25 @@
PORTNAME= Rsolnp
-DISTVERSION= 1.16
-PORTREVISION= 5
+DISTVERSION= 2.0.0
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= uzsolt@FreeBSD.org
COMMENT= General Non-Linear Optimization
WWW= https://cran.r-project.org/web/packages/Rsolnp/
-LICENSE= GPLv2 GPLv3
-LICENSE_COMB= dual
+LICENSE= GPLv2
-CRAN_DEPENDS= R-cran-truncnorm>0:math/R-cran-truncnorm
+CRAN_DEPENDS= R-cran-future.apply>0:devel/R-cran-future.apply \
+ R-cran-numDeriv>0:math/R-cran-numDeriv \
+ R-cran-Rcpp>0:devel/R-cran-Rcpp \
+ R-cran-RcppArmadillo>0:math/R-cran-RcppArmadillo \
+ R-cran-truncnorm>0:math/R-cran-truncnorm
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
+TEST_DEPENDS= R-cran-knitr>0:print/R-cran-knitr \
+ R-cran-rmarkdown>0:textproc/R-cran-rmarkdown
-USES= cran:auto-plist
+USES= cran:auto-plist,compiles
.include <bsd.port.mk>