# -*- 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          listen 3.10.0 gem {} rubygems
categories-append   devel sysutils
license             MIT
maintainers         nomaintainer
platforms           any
supported_archs     noarch
description         Listen to file modifications
long_description    The Listen gem listens to file modifications and \
                    notifies you about the changes.
homepage            https://github.com/guard/listen
checksums           rmd160  a3d23761739e8ee2d3fafb14a1c60c0fa042d6ce \
                    sha256  c6e182db62143aeccc2e1960033bebe7445309c7272061979bb098d03760c9d2 \
                    size    31232

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