summaryrefslogtreecommitdiff
path: root/math/R-DAAG/Makefile
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2012-04-15 13:33:06 +0000
committerbrook <brook@pkgsrc.org>2012-04-15 13:33:06 +0000
commit01201a784e392426733754db284c8f2d2b580b4f (patch)
tree24cc5b26a58f77ef30f0ba82921d2db536cd6673 /math/R-DAAG/Makefile
parent9d042f701c4e6f199e53d21c48419a494722031e (diff)
downloadpkgsrc-01201a784e392426733754db284c8f2d2b580b4f.tar.gz
Update to DAAG v1.12 and regularize the package files.
Diffstat (limited to 'math/R-DAAG/Makefile')
-rw-r--r--math/R-DAAG/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/math/R-DAAG/Makefile b/math/R-DAAG/Makefile
index 4f6a39d398e..3af157f4876 100644
--- a/math/R-DAAG/Makefile
+++ b/math/R-DAAG/Makefile
@@ -1,18 +1,19 @@
-# $NetBSD: Makefile,v 1.8 2010/08/02 09:01:01 dholland Exp $
+# $NetBSD: Makefile,v 1.9 2012/04/15 13:33:06 brook Exp $
CATEGORIES= databases math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
-MAINTAINER= mchittur@cs.nmsu.edu
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/DAAG/
COMMENT= Example data sets and functions implemented in R
+# LICENSE= Unlimited
R_PKGNAME= DAAG
-R_PKGVER= 1.01
-PKGREVISION= 1
+R_PKGVER= 1.12
-DEPENDS+= R-randomForest>=4.5:../../math/R-randomForest
+DEPENDS+= R-randomForest>=4.6.6:../../math/R-randomForest
-.include "../../math/R/Makefile.extension"
INSTALLATION_DIRS+= lib/R/doc/html/search
+
+.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"