aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-geometry/Makefile
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2020-04-08 06:48:09 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2020-04-08 06:48:09 +0000
commitc56851adc37f2de943be4ea6fe317c97f0350200 (patch)
treecd4d8327963ce94a39b94511704031b7e9fd4222 /math/R-cran-geometry/Makefile
parent04a78eb81269aab22de92642a29b49911c4e331b (diff)
downloadports-c56851adc37f2de943be4ea6fe317c97f0350200.tar.gz
ports-c56851adc37f2de943be4ea6fe317c97f0350200.zip
- Update to 0.4.5
Notes
Notes: svn path=/head/; revision=531099
Diffstat (limited to 'math/R-cran-geometry/Makefile')
-rw-r--r--math/R-cran-geometry/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/math/R-cran-geometry/Makefile b/math/R-cran-geometry/Makefile
index 6e5d2553d06f..58667911482e 100644
--- a/math/R-cran-geometry/Makefile
+++ b/math/R-cran-geometry/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= geometry
-DISTVERSION= 0.3-6
-PORTREVISION= 2
+DISTVERSION= 0.4.5
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
@@ -11,12 +10,15 @@ MAINTAINER= tota@FreeBSD.org
COMMENT= Mesh Generation and Surface Tesselation
LICENSE= GPLv3
-LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= cran:auto-plist,compiles
-
-CRAN_DEPENDS= R-cran-magic>0:math/R-cran-magic
+CRAN_DEPENDS= R-cran-magic>0:math/R-cran-magic \
+ R-cran-Rcpp>0:devel/R-cran-Rcpp \
+ R-cran-lpSolve>0:math/R-cran-lpSolve \
+ R-cran-linprog>0:math/R-cran-linprog \
+ R-cran-RcppProgress>0:devel/R-cran-RcppProgress
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
+USES= cran:auto-plist,compiles
+
.include <bsd.port.mk>