ca55ccfa01
Update LICENSE Upstream changes: genetics 1.3.8 - 2012-12-14 --------------------------- Bug fixes: - Regenerate broken PDF files in inst/doc. genetics 1.3.7 - 2012-09-14 --------------------------- Enhancements: - Improve descripiton of last examples in manual page for HWE.test(). Other Changes: - Correct warnings issued by recent versions of R CMD CHECK.
23 lines
595 B
Makefile
23 lines
595 B
Makefile
# $NetBSD: Makefile,v 1.6 2013/01/24 02:24:15 wen Exp $
|
|
#
|
|
|
|
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"
|