# $Id: Portfile 67067 2010-04-28 10:52:35Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Class-Trigger 0.14
maintainers           narf_tm openmaintainer
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

checksums             md5 b0a95ebe359a3c4e768d81fc58031c83 \
                      sha1 fb184c1e58c32bb3add03d45b1b88e23fa3cbfdb \
                      rmd160 fc9c9d0fec5aa40930809fd62cfd75a697976bea

depends_lib-append    port:p5-io-stringy

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
