diff options
author | markd <markd@pkgsrc.org> | 2008-10-13 19:28:48 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2008-10-13 19:28:48 +0000 |
commit | b60b86cf346ffb596516b39f8ccaa5c8d4e2bfd8 (patch) | |
tree | fe0798e4835e3887624f29b2a7c00b1ecd2d1d67 /math/R-statmod/Makefile | |
parent | 970e528486676413ba162c3fa13e7ef962b3da9a (diff) | |
download | pkgsrc-b60b86cf346ffb596516b39f8ccaa5c8d4e2bfd8.tar.gz |
Update R-statmod to 1.3.6
Changes unknown
Diffstat (limited to 'math/R-statmod/Makefile')
-rw-r--r-- | math/R-statmod/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/math/R-statmod/Makefile b/math/R-statmod/Makefile index d01c9d017f1..5929387cef2 100644 --- a/math/R-statmod/Makefile +++ b/math/R-statmod/Makefile @@ -1,16 +1,15 @@ -# $NetBSD: Makefile,v 1.3 2007/02/22 19:26:47 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2008/10/13 19:28:48 markd Exp $ # -PKGREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} MAINTAINER= mchittur@cs.nmsu.edu -HOMEPAGE= ${R_HOMEPAGE_BASE}/statmod.html +HOMEPAGE= ${R_HOMEPAGE_BASE}/statmod/ COMMENT= Miscellaneous biostatistical modeling functions R_PKGNAME= statmod -R_PKGVER= 1.0.6 +R_PKGVER= 1.3.6 .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" |