# $Id: Portfile 91372 2012-03-31 00:01:43Z ryandesign@macports.org $ PortSystem 1.0 PortGroup github 1.0 github.setup keenerd jshon 20111222 revision 1 categories textproc platforms darwin license MIT maintainers singingwolfboy openmaintainer description A JSON parser for the shell long_description ${description} homepage http://kmkeen.com/jshon/ fetch.type git git.branch 471a3bd08e depends_lib port:jansson use_configure no variant universal {} build.args CC="${configure.cc} [get_canonical_archflags cc]" destroot { xinstall -m 755 ${worksrcpath}/jshon ${destroot}${prefix}/bin/ xinstall -m 644 ${worksrcpath}/jshon.1 ${destroot}${prefix}/share/man/man1/ }