diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-04 08:04:13 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-04 08:04:13 +0000 |
commit | 9b326f1877b90a3472db59bfe002e14bae11495d (patch) | |
tree | 68943118670be9c0430d4d17fe2736d8b1f5b69f /math/R-DAAG/Makefile | |
parent | 45da94a76299914ce28cd67177b819d1a1c3a396 (diff) | |
download | pkgsrc-9b326f1877b90a3472db59bfe002e14bae11495d.tar.gz |
Imported R-DAAG from pkgsrc-wip.
consists of data sets and functions with our (John Maindonald
and John Braun's) book, Data Analysis and Graphics Using
R, published by Cambridge University Press.
Diffstat (limited to 'math/R-DAAG/Makefile')
-rw-r--r-- | math/R-DAAG/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/math/R-DAAG/Makefile b/math/R-DAAG/Makefile new file mode 100644 index 00000000000..4ef53fcde1a --- /dev/null +++ b/math/R-DAAG/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/11/04 08:04:13 rillig Exp $ +# + +CATEGORIES= databases math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= mchittur@cs.nmsu.edu +HOMEPAGE= ${R_HOMEPAGE_BASE}/DAAG.html +COMMENT= Example data sets and functions implmented in R + +R_PKGNAME= DAAG +R_PKGVER= 0.37 + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" |