summaryrefslogtreecommitdiff
path: root/math/R-hwde/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/R-hwde/Makefile')
-rw-r--r--math/R-hwde/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/math/R-hwde/Makefile b/math/R-hwde/Makefile
new file mode 100644
index 00000000000..f18ed233bba
--- /dev/null
+++ b/math/R-hwde/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/11/04 08:15:19 rillig Exp $
+#
+
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER= mchittur@cs.nmsu.edu
+HOMEPAGE= ${R_HOMEPAGE_BASE}/hwde.html
+COMMENT= Models and tests for departure from Hardy-Weinberg equilibrium
+
+R_PKGNAME= hwde
+R_PKGVER= 0.3
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"