# $Id: Portfile 116483 2014-01-26 22:35:36Z g5pw@macports.org $

PortSystem 1.0
PortGroup  github 1.0

github.setup    keenerd jshon e9b59a3cbbbf5423e1c4f585ce1d885f83f930c9
version         20140126
revision        0
categories      textproc
platforms       darwin
license         MIT
maintainers     nomaintainer

description     A JSON parser for the shell
long_description  ${description}
homepage        http://kmkeen.com/jshon/


checksums       rmd160  8521fd3717eb50671ffc189305fe0624cea67527 \
                sha256  3dbfea5dd22cf842ce68bc0f12446caa3a10fc06b68065507531dda4fb253b04

depends_lib     port:jansson

patchfiles      Makefile.diff

use_configure   no

variant universal {}

build.args      CC="${configure.cc} [get_canonical_archflags cc] ${configure.cflags}"

destroot.env-append PREFIX=${prefix}
