Ticket #37396: Portfile.v2

File Portfile.v2, 830 bytes (added by robsonpeixoto@…, 11 years ago)
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
5PortGroup           github 1.0
6github.setup        stedolan jq 1.1 jq-
7
8categories          devel
9platforms           darwin
10license             MIT
11maintainers         robsonpeixoto.com:robinho openmaintainer
12description         Command-line JSON processor
13long_description    jq is a lightweight and flexible command-line JSON processor
14
15checksums           rmd160  a43eb7e0b50db18708998a1538bfa81d59d8e64d \
16                    sha256  0e53d2753e40705a684f499789920f2cebfa7adfbec03a270519c25a5fc03f60
17
18use_configure       no
19
20destroot {
21    file copy ${worksrcpath}/jq ${destroot}${prefix}/bin/jq
22}
23
24depends_build       port:flex \
25                    port:bison