# $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           Carp-Clan 6.04
revision              3
license               {Artistic-1 GPL}
maintainers           email.arc.nasa.gov:sal
description           Report errors from perspective of caller of a "clan" of modules
long_description      This module reports errors from the perspective of the \
                      caller of a "clan" of modules, similar to "Carp.pm" \
                      itself. But instead of giving it a number of levels to \
                      skip on the calling stack, you give it a pattern to \
                      characterize the package names of the "clan" of modules \
                      which shall never be blamed for any error. :-)

platforms             darwin

checksums             sha1    c280f20b15ec960af16e1b23d01864a9597332e0 \
                      rmd160  b12853d3739e430dd125407a0b542bc7a1069dd1

if {${perl5.major} != ""} {
    depends_lib-append    port:p${perl5.major}-test-exception
    
    supported_archs noarch
}
