diff options
Diffstat (limited to 'textproc/R-jsonlite')
-rw-r--r-- | textproc/R-jsonlite/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/textproc/R-jsonlite/Makefile b/textproc/R-jsonlite/Makefile index 7ecbc96240a..a81c4598a2c 100644 --- a/textproc/R-jsonlite/Makefile +++ b/textproc/R-jsonlite/Makefile @@ -1,14 +1,16 @@ -# $NetBSD: Makefile,v 1.3 2019/01/27 15:04:51 wen Exp $ +# $NetBSD: Makefile,v 1.4 2019/07/31 20:53:31 brook Exp $ -CATEGORIES= textproc +CATEGORIES= textproc R MAINTAINER= minskim@NetBSD.org HOMEPAGE= ${R_HOMEPAGE_BASE}/jsonlite/ -COMMENT= Robust, high performance JSON parser and generator +COMMENT= Robust, high performance JSON parser and generator for R LICENSE= mit R_PKGNAME= jsonlite R_PKGVER= 1.6 +USE_LANGUAGES= c + .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" |