# $Id: Portfile 107615 2013-07-03 02:42:14Z dports@macports.org $

PortSystem                1.0
PortGroup                 perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup               Test-Exception 0.32
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                 rmd160  644bdf3ddb8d47b95cfd4164f6922ed408fb1eaa \
                          sha256  ba4427e6004797ece8dce93c61d1d6c82df891b0f017e7d4a5c2505fa05c5a47
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
}
