diff options
Diffstat (limited to 'math/R-ISwR/Makefile')
-rw-r--r-- | math/R-ISwR/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/math/R-ISwR/Makefile b/math/R-ISwR/Makefile index 6ae9e1a8462..d4242317d81 100644 --- a/math/R-ISwR/Makefile +++ b/math/R-ISwR/Makefile @@ -1,15 +1,13 @@ -# $NetBSD: Makefile,v 1.10 2019/07/31 18:15:34 brook Exp $ +# $NetBSD: Makefile,v 1.11 2019/08/08 19:53:44 brook Exp $ -CATEGORIES= math databases R +R_PKGNAME= ISwR +R_PKGVER= 2.0-7 +CATEGORIES= math databases MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= ${R_HOMEPAGE_BASE}/ISwR/ COMMENT= Data sets and scripts for 'Introductory Statistics with R' LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 -R_PKGNAME= ISwR -R_PKGVER= 2.0-7 - USE_LANGUAGES= # none .include "../../math/R/Makefile.extension" |