a025b3e0d3
jq is like sed for JSON data - you can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text. Tested and tweaks by Donovan Watteau and giovanni@, ok giovanni@
19 lines
380 B
Makefile
19 lines
380 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2013/07/11 21:02:23 matthieu Exp $
|
|
|
|
COMMENT = lightweight and flexible command-line JSON processor
|
|
|
|
DISTNAME = jq-1.3
|
|
CATEGORIES = textproc
|
|
HOMEPAGE = http://stedolan.github.io/jq/
|
|
|
|
# BSD-like
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB = c
|
|
|
|
MASTER_SITES = http://stedolan.github.io/jq/download/source/
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
.include <bsd.port.mk>
|