# $Id: Portfile 67067 2010-04-28 10:52:35Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Context-Preserve 0.01 ../by-authors/id/J/JR/JROCKWAY/
maintainers           narf_tm openmaintainer
description           run code after a subroutine call, preserving the \
                      context the subroutine would have seen if it \
                      were the last statement in the caller
long_description      ${description}

platforms             darwin

checksums             md5 e28c24d9e85d3f7de1c7b9a545ba991a \
                      sha1 0cf4e0bfd6ef3967b6671ff1ed93d51536d53806 \
                      rmd160 7823a552765028d885c1ab00473965d81de6b6ef

depends_lib-append    port:p5-test-exception \
                      port:p5-test-simple \
                      port:p5-test-use-ok

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