blob: ab3301b08c81794a1b6a23c7ced8cd9475271a2f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.4 2019/08/08 19:53:49 brook Exp $
R_PKGNAME= emdbook
R_PKGVER= 1.3.11
CATEGORIES= math
MAINTAINER= minskim@NetBSD.org
COMMENT= Support functions and data for "Ecological Models and Data"
LICENSE= gnu-gpl-v1 OR gnu-gpl-v2 OR gnu-gpl-v3
DEPENDS+= R-bbmle>=1.0.20:../../math/R-bbmle
DEPENDS+= R-coda>=0.19.3:../../math/R-coda
DEPENDS+= R-plyr>=1.8.4:../../math/R-plyr
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
|