# $Id: Portfile 84656 2011-09-29 11:16:45Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           B-Hooks-EndOfScope 0.09
revision              2
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
}
