aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-MatchIt/Makefile
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2017-04-25 07:52:45 +0000
committerWen Heping <wen@FreeBSD.org>2017-04-25 07:52:45 +0000
commit95028367165d097502ebc8104e7e6b7127e5e866 (patch)
tree61754337e52d7aac4e5b33d3f070fd4d1e645eb9 /math/R-cran-MatchIt/Makefile
parentf24b4dbcb4b4ac85f0721b8ad6db0b42b2291b7c (diff)
downloadports-95028367165d097502ebc8104e7e6b7127e5e866.tar.gz
ports-95028367165d097502ebc8104e7e6b7127e5e866.zip
Notes
Diffstat (limited to 'math/R-cran-MatchIt/Makefile')
-rw-r--r--math/R-cran-MatchIt/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/math/R-cran-MatchIt/Makefile b/math/R-cran-MatchIt/Makefile
index b3eb9f6ab43d..496f861b88dc 100644
--- a/math/R-cran-MatchIt/Makefile
+++ b/math/R-cran-MatchIt/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= MatchIt
-DISTVERSION= 2.4-22
+DISTVERSION= 3.0.1
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
@@ -12,6 +12,11 @@ COMMENT= Nonparametric Preprocessing for Parametric Casual Inference
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
+BUILD_DEPENDS= R-cran-Matching>=0:math/R-cran-Matching \
+ R-cran-rgenoud>=0:math/R-cran-rgenoud
+RUN_DEPENDS= R-cran-Matching>=0:math/R-cran-Matching \
+ R-cran-rgenoud>=0:math/R-cran-rgenoud
+
USES= cran:auto-plist
.include <bsd.port.mk>