# $Id: Portfile 70469 2010-08-10 14:38:07Z kimuraw@macports.org $

PortSystem		    1.0
PortGroup		    ruby 1.0

ruby.setup          json 1.4.6 gem {} rubygems
description         JSON implementation as a Ruby extension in C
long_description    \
    This is a implementation of the JSON specification according to RFC 4627. \
    You can think of it as a low fat alternative to XML, if you want to store \
    data to disk or transmit it over a network rather than use a verbose \
    markup language.
license             Ruby
maintainers         kimuraw openmaintainer
homepage            http://flori.github.com/json/
platforms			darwin
checksums           md5     10a923c1c031c55d2bac861664431301 \
                    sha1    a50accee91805a57eb5f4613073edeb422043c57 \
                    rmd160  bd5736e685d347e774d1a8800f60a8a21f59da2d

