freebsd-ports/textproc/jo/Makefile
Danilo G. Baio 7c11604a3b textproc/jo: Update to 1.3
Changelog:
	- FIX: Escaped @ ("\@") is treated as "@" (#42, #103)
	- NEW: Support reading JSON array elements (#91)
	- UPD: Add home and removable-media interfaces to snap (#94)
	- FIX: fix unlikely crash after malloc fail when base64 encoding.
	- NEW: Support reading nested data from pipes (#82)

PR:		243419
Approved by:	swills (maintainer)
2020-01-31 17:04:02 +00:00

18 lines
389 B
Makefile

# $FreeBSD$
PORTNAME= jo
PORTVERSION= 1.3
CATEGORIES= textproc
MASTER_SITES= https://github.com/jpmens/${PORTNAME}/releases/download/${PORTVERSION}/
MAINTAINER= swills@FreeBSD.org
COMMENT= Small utility to create JSON objects
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
PLIST_FILES= bin/jo etc/bash_completion.d/jo.bash man/man1/jo.1.gz
.include <bsd.port.mk>