# -*- 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.4 3.3 3.2 3.1
ruby.setup          hashie 5.1.0 gem {} rubygems
categories-append   devel
platforms           any
license             MIT
maintainers         nomaintainer
description         Hashie is a collection of classes and mixins \
                    that make hashes more powerful
long_description    {*}${description}
homepage            https://github.com/hashie/hashie
checksums           rmd160  a47ee2bd94c24730885910aeeba43885ae4c6742 \
                    sha256  c266471896f323c446ea8207f8ffac985d2718df0a0ba98651a3057096ca3870 \
                    size    55296
supported_archs     noarch

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