# $Id: Portfile 84868 2011-10-03 18:35:53Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Context-Preserve 0.01 ../by-authors/id/J/JR/JROCKWAY/
revision              2
license               {Artistic-1 GPL}
maintainers           nomaintainer
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

if {${perl5.major} != ""} {
depends_lib-append    port:p${perl5.major}-test-exception \
                      port:p${perl5.major}-test-use-ok

supported_archs       noarch
}
