# $Id: Portfile 41179 2008-10-27 01:57:03Z narf_tm@macports.org $

PortSystem                1.0
PortGroup                 perl5 1.0

perl5.setup               Exception-Class 1.26
maintainers               narf_tm openmaintainer
description               A module that allows you to declare real exception \
                          classes in Perl
long_description          Exception::Class allows you to declare exception \
                          hierarchies in your modules in a "Java-esque" manner.

platforms                 darwin

checksums                 md5 362d428cae5dee785a9ed9ac91103a32 \
                          sha1 e24e67ad5b19266fd5b98023c4bb15df530439d0 \
                          rmd160 a23ab8c282b7f48495855b3cf6dbc22d5d3c158e

depends_lib-append        port:p5-devel-stacktrace \
                          port:p5-class-data-inheritable

perl5.use_module_build
