# $Id: Portfile 67043 2010-04-27 23:07:01Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Carp-Clan 6.00
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             md5 3a1ea3da42ee62e4db20a8fbf80a74bf \
                      sha1 031be112a57393ac87db24239933c408d2f1f6c6 \
                      rmd160 08251d040c7c89ee7d8d1ac4337aa203054a2e05

depends_lib-append    port:p5-test-exception

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