diff options
author | rillig <rillig> | 2005-11-04 08:19:17 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-11-04 08:19:17 +0000 |
commit | ea07a2a41b5b2b084be21c22e947e41d01c31718 (patch) | |
tree | 03c9f2d312a700ad15e5fa2b98c8051a35c310e4 /math/R-statmod/Makefile | |
parent | 2815a91e73dd00da1cc18128d29cf487efa00008 (diff) | |
download | pkgsrc-ea07a2a41b5b2b084be21c22e947e41d01c31718.tar.gz |
Imported R-statmod from pkgsrc-wip.
Miscellaneous biostatistical modeling functions.
Diffstat (limited to 'math/R-statmod/Makefile')
-rw-r--r-- | math/R-statmod/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/math/R-statmod/Makefile b/math/R-statmod/Makefile new file mode 100644 index 00000000000..58b61246517 --- /dev/null +++ b/math/R-statmod/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/11/04 08:19:17 rillig Exp $ +# + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= mchittur@cs.nmsu.edu +HOMEPAGE= ${R_HOMEPAGE_BASE}/statmod.html +COMMENT= Miscellaneous biostatistical modeling functions + +R_PKGNAME= statmod +R_PKGVER= 1.0.6 + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" |