# $Id: Portfile 84664 2011-09-29 11:36:27Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Carp-Clan 6.04
revision              2
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
}
