# $Id: Portfile 94655 2012-06-26 06:25:00Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup           Class-Trigger 0.14
revision              3
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

checksums             md5 b0a95ebe359a3c4e768d81fc58031c83 \
                      sha1 fb184c1e58c32bb3add03d45b1b88e23fa3cbfdb \
                      rmd160 fc9c9d0fec5aa40930809fd62cfd75a697976bea

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

supported_archs noarch
}
