02a73d07ec
Converts R object into JSON objects and vice-versa.
14 lines
288 B
Makefile
14 lines
288 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/08/07 02:36:25 brook Exp $
|
|
|
|
R_PKGNAME= rjson
|
|
R_PKGVER= 0.2.20
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= JSON for R
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|