summaryrefslogtreecommitdiff
path: root/math/R-pbkrtest
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2019-07-31 20:09:59 +0000
committerbrook <brook@pkgsrc.org>2019-07-31 20:09:59 +0000
commit865602292eef57727f5cc08919de1f4043249fe8 (patch)
tree4ef9ef2a0bf7f2595c8a141b7051155859af772b /math/R-pbkrtest
parent34d49ff7701c122661d3d41a0077d7fbd1e61267 (diff)
downloadpkgsrc-865602292eef57727f5cc08919de1f4043249fe8.tar.gz
R-pbkrtest: 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-pbkrtest')
-rw-r--r--math/R-pbkrtest/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/math/R-pbkrtest/Makefile b/math/R-pbkrtest/Makefile
index 0e2a6bc4c69..cc2c45066ef 100644
--- a/math/R-pbkrtest/Makefile
+++ b/math/R-pbkrtest/Makefile
@@ -1,19 +1,18 @@
-# $NetBSD: Makefile,v 1.2 2018/07/28 14:40:50 brook Exp $
-#
+# $NetBSD: Makefile,v 1.3 2019/07/31 20:09:59 brook Exp $
-CATEGORIES= math
+CATEGORIES= math R
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/pbkrtest/
-COMMENT= Parametric bootstrap and Kenward-Roger-based methods
-LICENSE= gnu-gpl-v2
+COMMENT= Parametric bootstrap and Kenward Roger based methods for mixed model comparison
+LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
R_PKGNAME= pbkrtest
R_PKGVER= 0.4-7
-USE_LANGUAGES= # none
-
DEPENDS+= R-lme4>=1.1.10:../../math/R-lme4
+USE_LANGUAGES= # none
+
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"