# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           ruby 1.0

ruby.branches       3.3 3.2 3.1
ruby.setup          json_pure 2.8.1 gem {} rubygems
revision            0
checksums           rmd160  1c981ffd72379052b549dc478bf0abf56f6ac4c4 \
                    sha256  6a877929ba9d4fa0808ccc38656d1b15d138b2aa0aa32037ee05abea13427ace \
                    size    18944

description         This is a JSON implementation in pure Ruby.
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 @kimuraw} openmaintainer
platforms           any
supported_archs     noarch

homepage            https://flori.github.io/json/

# avoid conflict against a command from port:rb-json
ruby.link_binaries  no
