blob: dd14e891b2ede8d6d7a7a2d10f555871471f44d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.7 2022/04/23 02:15:38 mef Exp $
R_PKGNAME= jsonlite
R_PKGVER= 1.8.0
CATEGORIES= textproc
MAINTAINER= minskim@NetBSD.org
COMMENT= Robust, high performance JSON parser and generator for R
LICENSE= mit
# Package suggested but not available: 'R.rsp'
TEST_DEPENDS+= R-sf-[0-9]*:../../geography/R-sf
TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
USE_LANGUAGES= c
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
|