# -*- 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
ruby.setup          powerbar 2.0.1 gem {} rubygems
platforms           any
license             MIT
maintainers         nomaintainer
description         The last progress-bar library you will ever need
long_description    {*}${description}
homepage            https://github.com/busyloop/powerbar
checksums           rmd160  252f7096b93901b62f38a7550d540c82090f63d0 \
                    sha256  2e0a24b995ef3be163303b34aa238623eb83f35ab75a9a40d58c368bed63eb37 \
                    size    12288
supported_archs     noarch

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