blob: 65bff72ad2842dee8838874777612aaa7847383b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.20 2022/06/28 11:34:36 wiz Exp $
R_PKGNAME= genetics
R_PKGVER= 1.3.8.1.3
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Classes and methods for handling genetic data
PKGREVISION= 1
LICENSE= gnu-gpl-v1 OR gnu-gpl-v2 OR gnu-gpl-v3
USE_TOOLS+= perl
DEPENDS+= R-combinat>=0.0.8:../../math/R-combinat
DEPENDS+= R-gdata>=2.18.0:../../math/R-gdata
DEPENDS+= R-gtools>=3.5.0:../../math/R-gtools
DEPENDS+= R-mvtnorm>=1.0.8:../../math/R-mvtnorm
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
|