summaryrefslogtreecommitdiff
path: root/math/R-ISwR
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2019-07-31 18:15:34 +0000
committerbrook <brook@pkgsrc.org>2019-07-31 18:15:34 +0000
commitd533045fed0923ab751b92e09f2fefc2f430260e (patch)
treecce42c878299c1762fa35175f5560808d61e6fab /math/R-ISwR
parent80fe6445228e8b89a799e35470f01293f6f99a2d (diff)
downloadpkgsrc-d533045fed0923ab751b92e09f2fefc2f430260e.tar.gz
R-ISwR: update to canonical form of an R package.
Update to the canonical form of an R package and fix the LICENSE field.
Diffstat (limited to 'math/R-ISwR')
-rw-r--r--math/R-ISwR/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/math/R-ISwR/Makefile b/math/R-ISwR/Makefile
index c85e89736e3..6ae9e1a8462 100644
--- a/math/R-ISwR/Makefile
+++ b/math/R-ISwR/Makefile
@@ -1,14 +1,16 @@
-# $NetBSD: Makefile,v 1.9 2018/07/28 14:40:45 brook Exp $
+# $NetBSD: Makefile,v 1.10 2019/07/31 18:15:34 brook Exp $
-CATEGORIES= databases math
+CATEGORIES= math databases R
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/ISwR/
COMMENT= Data sets and scripts for 'Introductory Statistics with R'
-LICENSE= gnu-gpl-v2
+LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
R_PKGNAME= ISwR
R_PKGVER= 2.0-7
+USE_LANGUAGES= # none
+
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"