aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-randomForest/Makefile
diff options
context:
space:
mode:
authorSteven Kreuzer <skreuzer@FreeBSD.org>2012-09-18 18:28:14 +0000
committerSteven Kreuzer <skreuzer@FreeBSD.org>2012-09-18 18:28:14 +0000
commit6e25da1629ac81e9e40972be0b136cc7d3a9ab61 (patch)
treeb4106cd9d3a09e25370e448beb6068cb06d9b9b5 /devel/R-cran-randomForest/Makefile
parent6f4b012646388813d2b0ac49bcb5abbfc32262b8 (diff)
downloadports-6e25da1629ac81e9e40972be0b136cc7d3a9ab61.tar.gz
ports-6e25da1629ac81e9e40972be0b136cc7d3a9ab61.zip
Notes
Diffstat (limited to 'devel/R-cran-randomForest/Makefile')
-rw-r--r--devel/R-cran-randomForest/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/R-cran-randomForest/Makefile b/devel/R-cran-randomForest/Makefile
new file mode 100644
index 000000000000..6ab0fa08cc7e
--- /dev/null
+++ b/devel/R-cran-randomForest/Makefile
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+PORTNAME= randomForest
+DISTVERSION= 4.6-6
+CATEGORIES= devel
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= skreuzer@FreeBSD.org
+COMMENT= Classification based on a forest of trees using random inputs
+
+RUN_DEPENDS= R-cran-RColorBrewer>=1.0.5_6:${PORTSDIR}/graphics/R-cran-RColorBrewer
+
+USE_R_MOD= yes
+R_MOD_AUTOPLIST= yes
+
+.include <bsd.port.mk>