# -*- 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          pry 0.15.2 gem {} rubygems
revision            0
maintainers         nomaintainer
description         ${name} is a runtime developer console and IRB alternative
long_description    {*}${description}.
license             MIT
supported_archs     noarch
checksums           rmd160  5fb87012b6e8685cd4637520cffc0a5ffdd7a3bc \
                    sha256  12d54b8640d3fa29c9211dd4ffb08f3fd8bf7a4fd9b5a73ce5b59c8709385b6b \
                    size    155648
platforms           any
homepage            http://pry.github.io

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