Wed Jul 31 20:53:31 2019 UTC ()
R-jsonlite: update to canonical form of an R package.


(brook)
diff -r1.3 -r1.4 pkgsrc/textproc/R-jsonlite/Makefile

cvs diff -r1.3 -r1.4 pkgsrc/textproc/R-jsonlite/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/R-jsonlite/Makefile 2019/01/27 15:04:51 1.3
+++ pkgsrc/textproc/R-jsonlite/Makefile 2019/07/31 20:53:31 1.4
@@ -1,14 +1,16 @@ @@ -1,14 +1,16 @@
1# $NetBSD: Makefile,v 1.3 2019/01/27 15:04:51 wen Exp $ 1# $NetBSD: Makefile,v 1.4 2019/07/31 20:53:31 brook Exp $
2 2
3CATEGORIES= textproc 3CATEGORIES= textproc R
4 4
5MAINTAINER= minskim@NetBSD.org 5MAINTAINER= minskim@NetBSD.org
6HOMEPAGE= ${R_HOMEPAGE_BASE}/jsonlite/ 6HOMEPAGE= ${R_HOMEPAGE_BASE}/jsonlite/
7COMMENT= Robust, high performance JSON parser and generator 7COMMENT= Robust, high performance JSON parser and generator for R
8LICENSE= mit 8LICENSE= mit
9 9
10R_PKGNAME= jsonlite 10R_PKGNAME= jsonlite
11R_PKGVER= 1.6 11R_PKGVER= 1.6
12 12
 13USE_LANGUAGES= c
 14
13.include "../../math/R/Makefile.extension" 15.include "../../math/R/Makefile.extension"
14.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"