# $Id: Portfile 67734 2010-05-17 15:10:04Z narf_tm@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           B-Hooks-EndOfScope 0.09
maintainers           narf_tm openmaintainer
description           Execute code after a scope finished compilation
long_description      ${description}

platforms             darwin

checksums             md5 83d941d374d6718cdd5c2721c40f660f \
                      sha1 8fd9279dca2f5350368f52de369de5d585aabb4a \
                      rmd160 add48599c85380dba1729d0185ef4ee6186f85bf

depends_lib-append    port:p5-sub-exporter \
                      port:p5-variable-magic

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
