# $Id: Portfile 82782 2011-08-20 01:07:52Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           B-Hooks-OP-Check-StashChange 0.06
revision              2
maintainers           nomaintainer
description           Invoke callbacks when the stash code is being compiled in changes
long_description      ${description}

platforms             darwin

checksums             md5 193987521eac4e65af7d0414ef60a21a \
                      sha1 a56d9faf09f182af59384e56057bb1f0a79f89d4 \
                      rmd160 8a4c7fdb86e6442486ef1c29f9c8459d567aceae

if {${perl5.major} != ""} {
    depends_lib-append    port:p${perl5.major}-b-hooks-op-check \
                          port:p${perl5.major}-extutils-depends \
                          port:p${perl5.major}-parent
}
