# -*- 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.4 3.3 3.2 3.1
ruby.setup          childprocess 5.1.0 gem {} rubygems
revision            0
platforms           any
maintainers         nomaintainer
categories-append   devel
license             MIT
description         This gem aims at being a simple and reliable solution for controlling \
                    external programs running in the background on any Ruby/OS combination
long_description    {*}${description}
homepage            https://github.com/enkessler/childprocess
checksums           rmd160  40d441171ca766e23a69cb58e8de37f82a978ece \
                    sha256  9a8d484be2fd4096a0e90a0cd3e449a05bc3aa33f8ac9e4d6dcef6ac1455b6ec \
                    size    21504
supported_archs     noarch

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