summaryrefslogtreecommitdiff
path: root/math/R-rpart/Makefile
diff options
context:
space:
mode:
authormarkd <markd>2002-04-23 01:38:58 +0000
committermarkd <markd>2002-04-23 01:38:58 +0000
commitbc913ba55c78a36c494744253aac5c760f64bfe1 (patch)
treeafc946a45eaff8348ee2a99c00df654fc9c5330e /math/R-rpart/Makefile
parentc4c24bca1d6aca969b444879dabc6ad727c8db35 (diff)
downloadpkgsrc-bc913ba55c78a36c494744253aac5c760f64bfe1.tar.gz
Initial import of R extension library rpart, version 3.1-5
Recursive partitioning and regression trees
Diffstat (limited to 'math/R-rpart/Makefile')
-rw-r--r--math/R-rpart/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/math/R-rpart/Makefile b/math/R-rpart/Makefile
new file mode 100644
index 00000000000..79c10c1ee8c
--- /dev/null
+++ b/math/R-rpart/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/04/23 01:38:58 markd Exp $
+
+R_PKGNAME= rpart
+R_PKGVER= 3.1-5
+
+MAINTAINER= markd@netbsd.org
+COMMENT= Recursive partitioning
+
+PLIST_SRC= /dev/null
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"