# $Id: Portfile 67067 2010-04-28 10:52:35Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Class-Throwable 0.11
maintainers         narf_tm openmaintainer
description         A minimal lightweight exception class
long_description    This module implements a minimal lightweight exception \
                    object. It is meant to be a compromise between more \
                    basic solutions like Carp which can only print \
                    information and cannot handle exception objects, \
                    and more more complex solutions like Exception::Class \
                    which can be used to define complex inline exceptions \
                    and has a number of module dependencies.

platforms           darwin

checksums           md5 faf82871a6b471451cd65c54c6cac7e1 \
                    sha1 e67b50b537c633f171c96868a7cbd87a55575e4c \
                    rmd160 ed58851642d7934a3e5fed2c9b4a247f8331830d

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
