diff options
author | brook <brook@pkgsrc.org> | 2019-07-31 20:53:31 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2019-07-31 20:53:31 +0000 |
commit | a52899f903727252e29514dc72bf1602ac96cdfb (patch) | |
tree | 239649b75e91c2caeec86b994db8bb3dbdf8d94d /textproc/R-jsonlite | |
parent | 134c1636c5290478f1a2c192d44b164d34b315c7 (diff) | |
download | pkgsrc-a52899f903727252e29514dc72bf1602ac96cdfb.tar.gz |
R-jsonlite: update to canonical form of an R package.
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" |