# -*- 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         Class-Trigger 0.15
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Mixin to add / call inheritable triggers
long_description    Class::Trigger is a mixin class to add / call \
                    triggers (or hooks) that get called at some \
                    points you specify.

platforms           {darwin any}

checksums           rmd160  8294dbf5a041c43c474636bc7e8a17a4d9a0166f \
                    sha256  b7a878d44dea67d64df2ca18020d9d868a95596debd16f1a264874209332b07f \
                    size    17705

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

    supported_archs noarch
}