pkgsrc/textproc/jo/Makefile
fhajny cb0ba7c6ba Update textproc/jo to 1.1.
- NEW: type coercion (#55)
- FIX: quotes in quotes and double quotes at begin of string (#47)
- FIX: catch null value in assignmen (#46)
- NEW: support for key:=file.json for reading object values from a file (#43)
- NEW: PPA contributed by Ross Duggan in #32
- FIX: "null" is now handled like we handle "true" and "false"; disable with -B
- NEW: more tests in the test suite
2017-05-19 11:38:36 +00:00

20 lines
405 B
Makefile

# $NetBSD: Makefile,v 1.6 2017/05/19 11:38:36 fhajny Exp $
DISTNAME= jo-1.1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=jpmens/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/jpmens/jo
COMMENT= JSON output from a shell
LICENSE= gnu-gpl-v2
GITHUB_RELEASE= v${PKGVERSION_NOREV}
GNU_CONFIGURE= yes
USE_LANGUAGES= c c99
TEST_TARGET= check
.include "../../mk/bsd.pkg.mk"