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

PortSystem          1.0
PortGroup           ruby 1.0

ruby.branches       3.3 3.2 3.1 3.0
ruby.setup          hessian2 2.0.6 gem {} rubygems
categories-append   devel
license             MIT
maintainers         nomaintainer
platforms           any
description         Implementation of hessian 2.0 protocol
long_description    {*}${description}. Like JSON, \
                    also parse your object as a struct
homepage            https://github.com/takafan/hessian2
checksums           rmd160  b7befa987e7ead6927d4320291c5f523d0f5240f \
                    sha256  f37e93b4a33f96e07beef3a185b074cc2d532c0040d0173d5408d456b86883e9 \
                    size    23552
supported_archs     noarch

if {${name} ne ${subport}} {
    depends_run-append \
                    port:rb${ruby.suffix}-bigdecimal
}
