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

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Carp-Assert-More 1.12
maintainers           narf_tm openmaintainer
description           Convenience wrappers around Carp::Assert
long_description      ${description}

platforms             darwin

checksums             md5 dbd6a0fcbff5f00d2e39b77322036d3f \
                      sha1 6c8b694d0b2bf9642960fa56a41eacd2e563fc0e \
                      rmd160 7501ffc3e557a0ffd083dab558482334fdcec3db

depends_lib-append    port:p5-carp-assert \
                      port:p5-test-exception

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