# $Id: Portfile 83118 2011-08-25 23:35:05Z dports@macports.org $

PortSystem                1.0
PortGroup                 perl5 1.0

perl5.setup               Test-Exception 0.31
revision                  2
maintainers               nomaintainer
license                   {Artistic GPL}
description               Convenience methods for testing exception-based code
long_description          This module provides a few convenience methods for \
                          testing exception based code. It is built with \
                          Test::Builder and plays happily with Test::Simple, \
                          Test::More and friends.

platforms                 darwin

checksums                 md5 adb57ca7614d15e5b307bf5e024b35a8 \
                          sha1 47f541efca1c3f34cac141edeac7fdf5e147e1a4 \
                          rmd160 e9d47761cc50a397e53ed32d3865901a8e321fe7

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

perl5.use_module_build

supported_archs           noarch
}
