# -*- 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           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         Filesys-Notify-Simple 0.14
platforms           {darwin any}
maintainers         nomaintainer
license             {Artistic-1 GPL}

description         Simple and dumb file system watcher

long_description    ${description}

checksums           rmd160  c162b94863f84fcfd23d3c89ed8d83e89f30d5db \
                    sha256  1fda712d4ba5e1868159ed35f6f8efbfae9d435d6376f5606d533bcb080555a4 \
                    size    13429

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-test-sharedfork

# add optional macOS specific optimizations
    depends_build-append \
                    port:p${perl5.major}-mac-fsevents
                    
    supported_archs noarch
}
