# $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-Assert-More 1.12
revision              3
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
