summaryrefslogtreecommitdiff
path: root/math/R-hwde
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2019-07-31 19:44:49 +0000
committerbrook <brook@pkgsrc.org>2019-07-31 19:44:49 +0000
commit8ccbf3b608981197bc4f8da28a287462a355882e (patch)
tree60305bc50e0094480869b214b6fc652190b815f9 /math/R-hwde
parent9f7e8dae5f039a37045938425400818b4be14251 (diff)
downloadpkgsrc-8ccbf3b608981197bc4f8da28a287462a355882e.tar.gz
R-hwde: 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-hwde')
-rw-r--r--math/R-hwde/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/math/R-hwde/Makefile b/math/R-hwde/Makefile
index 2d7414193e0..76f51196530 100644
--- a/math/R-hwde/Makefile
+++ b/math/R-hwde/Makefile
@@ -1,14 +1,16 @@
-# $NetBSD: Makefile,v 1.9 2018/07/28 14:40:49 brook Exp $
+# $NetBSD: Makefile,v 1.10 2019/07/31 19:44:49 brook Exp $
-CATEGORIES= math
+CATEGORIES= math R
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/hwde/
COMMENT= Models and tests for departure from Hardy-Weinberg equilibrium
-LICENSE= gnu-gpl-v2
+LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
R_PKGNAME= hwde
R_PKGVER= 0.67
+USE_LANGUAGES= # none
+
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"