summaryrefslogtreecommitdiff
path: root/math/R-genetics/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/R-genetics/Makefile')
-rw-r--r--math/R-genetics/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/math/R-genetics/Makefile b/math/R-genetics/Makefile
index 9dc5b70b8ca..b352f5d098c 100644
--- a/math/R-genetics/Makefile
+++ b/math/R-genetics/Makefile
@@ -1,19 +1,21 @@
-# $NetBSD: Makefile,v 1.4 2008/10/14 07:38:26 markd Exp $
+# $NetBSD: Makefile,v 1.5 2012/04/15 16:54:17 brook Exp $
#
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
-MAINTAINER= mchittur@cs.nmsu.edu
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/genetics/
COMMENT= Classes and methods for handling genetic data
+# LICENSE= GPL (gnu-gpl-v?)
R_PKGNAME= genetics
-R_PKGVER= 1.3.4
+R_PKGVER= 1.3.6
-DEPENDS+= R-combinat>=0.0.6:../../math/R-combinat
-DEPENDS+= R-gdata>=2.1.2:../../math/R-gdata
-DEPENDS+= R-mvtnorm>=0.7.2:../../math/R-mvtnorm
+DEPENDS+= R-combinat>=0.0.8:../../math/R-combinat
+DEPENDS+= R-gdata>=2.8.2:../../math/R-gdata
+DEPENDS+= R-gtools>=2.6.2:../../math/R-gtools
+DEPENDS+= R-mvtnorm>=0.9.9992:../../math/R-mvtnorm
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"