28 lines
856 B
Makefile
28 lines
856 B
Makefile
# $NetBSD: Makefile,v 1.5 2020/02/22 08:12:08 mef Exp $
|
|
|
|
R_PKGNAME= testthat
|
|
R_PKGVER= 2.3.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Unit testing for R
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= R-R6>=2.4.0:../../devel/R-R6
|
|
DEPENDS+= R-cli>=1.1.0:../../devel/R-cli
|
|
DEPENDS+= R-crayon>=1.3.4:../../devel/R-crayon
|
|
DEPENDS+= R-evaluate>=0.14:../../devel/R-evaluate
|
|
DEPENDS+= R-magrittr>=1.5:../../devel/R-magrittr
|
|
DEPENDS+= R-rlang>=0.4.1:../../devel/R-rlang
|
|
DEPENDS+= R-withr>=2.0.0:../../devel/R-withr
|
|
DEPENDS+= R-praise>=1.0.0:../../misc/R-praise
|
|
DEPENDS+= R-digest>=0.6.20:../../security/R-digest
|
|
DEPENDS+= R-ellipsis-[0-9]*:../../math/R-ellipsis
|
|
DEPENDS+= R-pkgload-[0-9]*:../../devel/R-pkgload
|
|
|
|
TEST_DEPENDS+= R-devtools-[0-9]*:../../devel/R-devtools
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|