# $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           B-Hooks-EndOfScope 0.09
revision              3
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           Execute code after a scope finished compilation
long_description      ${description}

platforms             darwin

checksums             md5 83d941d374d6718cdd5c2721c40f660f \
                      sha1 8fd9279dca2f5350368f52de369de5d585aabb4a \
                      rmd160 add48599c85380dba1729d0185ef4ee6186f85bf

if {${perl5.major} != ""} {
    depends_lib-append    port:p${perl5.major}-sub-exporter \
                          port:p${perl5.major}-variable-magic
    
    supported_archs noarch
}
