# $Id: Portfile 85265 2011-10-12 06:24:59Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Carp-Assert-More 1.12
revision              2
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           Convenience wrappers around Carp::Assert
long_description      ${description}

platforms             darwin

checksums             md5 dbd6a0fcbff5f00d2e39b77322036d3f \
                      sha1 6c8b694d0b2bf9642960fa56a41eacd2e563fc0e \
                      rmd160 7501ffc3e557a0ffd083dab558482334fdcec3db

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

supported_archs noarch
