# $Id: Portfile 95626 2012-07-18 02:54:45Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.branches        5.8 5.10 5.12 5.14 5.16
perl5.setup           B-Hooks-OP-Check-StashChange 0.06
revision              3
license               {Artistic-1 GPL}
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
}
