# $Id: Portfile 84444 2011-09-26 11:14:03Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Test-Fatal 0.003
revision              2
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           incredibly simple helpers for testing code with exceptions
long_description      Test::Fatal is an alternative to the popular \
                      Test::Exception. It does much less, but should allow \
                      greater flexibility in testing exception-throwing code \
                      with about the same amount of typing.

platforms             darwin

checksums             md5 e73e90b65a5f07ff77f7e5f3bd336fcf \
                      sha1 3c6f9ddab060561f4173d43457a619a769234e70 \
                      rmd160 da1c5b37c17e35850760209bca5130bf597ef745

if {${perl5.major} != ""} {
depends_lib-append    port:p${perl5.major}-test-simple \
                      port:p${perl5.major}-try-tiny

supported_archs       noarch
}
