diff options
Diffstat (limited to 'math/R-ISwR/Makefile')
-rw-r--r-- | math/R-ISwR/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/math/R-ISwR/Makefile b/math/R-ISwR/Makefile index 1f5ac61395f..bb10dcd6446 100644 --- a/math/R-ISwR/Makefile +++ b/math/R-ISwR/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.6 2009/12/11 19:15:48 adam Exp $ +# $NetBSD: Makefile,v 1.7 2012/04/15 14:45:35 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}/ISwR/ COMMENT= Data sets and scripts for 'Introductory Statistics with R' +LICENSE= gnu-gpl-v2 R_PKGNAME= ISwR -R_PKGVER= 2.0-4 +R_PKGVER= 2.0-6 .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" |