Ticket #37396: Portfile.2

File Portfile.2, 824 bytes (added by robsonpeixoto@…, 11 years ago)

jq 1.3

Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem          1.0
5name                jq
6version             1.3
7
8homepage            http://stedolan.github.io/jq/
9
10categories          devel
11platforms           darwin
12license             MIT
13maintainers         robsonpeixoto.com:robinho nomaintainer
14description         Command-line JSON processor
15long_description    jq is a lightweight and flexible command-line JSON processor
16
17master_sites        http://stedolan.github.io/jq/download/source/
18
19checksums           rmd160  b5b632a25fd7cf9fee9eeb39768f659953e2ab05 \
20                    sha256  623f23c36abfc1d96d85020cf421b56f90a229d566f26a4a0d3e8536244bfed7
21
22depends_build       port:flex \
23                    port:bison