pkgsrc/math/R-genetics/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

24 lines
610 B
Makefile

# $NetBSD: Makefile,v 1.8 2014/05/29 23:36:52 wiz Exp $
#
PKGREVISION= 2
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/genetics/
COMMENT= Classes and methods for handling genetic data
LICENSE= gnu-gpl-v3
USE_TOOLS+= perl
R_PKGNAME= genetics
R_PKGVER= 1.3.8
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"