Ticket #13320: Portfile

File Portfile, 799 bytes (added by roger.hoover@…, 16 years ago)
Line 
1PortSystem        1.0
2PortGroup         ruby 1.0
3
4ruby.setup        json 1.1.1 gem {} rubyforge_gem
5
6categories-append devel
7maintainers       roger.hoover@gmail.com
8
9description       This is a implementation of the JSON specification according to RFC 4627.
10
11long_description  This is a implementation of the JSON specification according to RFC 4627. \
12                  You can think of it as a low fat alternative to XML, if you want to store \
13                  data to disk or transmit it over a network rather than use a verbose markup language.
14                 
15checksums         md5 3d19df591c55c2ebf9a1e5441fe50bcb \
16                  sha1 d92b362261d1203ee4ae135ab9335bb98edd1af6 \
17                  rmd160 6f2b44517d7955e7b80d01442bd3959ece3f7c11
18homepage          http://json.rubyforge.org/