# -*- 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         File-ChangeNotify 0.31
license             Artistic-2
maintainers         nomaintainer
description         Watch for changes to files, cross-platform style
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  02e6fa185d5571c5428204c65572c56b4e958b52 \
                    sha256  192bdb1ce76266c6a694a8e962d039e3adeeb829b6ac1e23f5057f2b506392bd \
                    size    41447

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-test-requires \
                    port:p${perl5.major}-test-simple \
                    port:p${perl5.major}-test-without-module

    depends_lib-append \
                    port:p${perl5.major}-module-pluggable \
                    port:p${perl5.major}-module-runtime \
                    port:p${perl5.major}-moo \
                    port:p${perl5.major}-namespace-autoclean \
                    port:p${perl5.major}-type-tiny
}
