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 | |
---|
4 | PortSystem 1.0 |
---|
5 | name jq |
---|
6 | version 1.3 |
---|
7 | |
---|
8 | homepage http://stedolan.github.io/jq/ |
---|
9 | |
---|
10 | categories devel |
---|
11 | platforms darwin |
---|
12 | license MIT |
---|
13 | maintainers robsonpeixoto.com:robinho nomaintainer |
---|
14 | description Command-line JSON processor |
---|
15 | long_description jq is a lightweight and flexible command-line JSON processor |
---|
16 | |
---|
17 | master_sites http://stedolan.github.io/jq/download/source/ |
---|
18 | |
---|
19 | checksums rmd160 b5b632a25fd7cf9fee9eeb39768f659953e2ab05 \ |
---|
20 | sha256 623f23c36abfc1d96d85020cf421b56f90a229d566f26a4a0d3e8536244bfed7 |
---|
21 | |
---|
22 | depends_build port:flex \ |
---|
23 | port:bison |
---|