# $Id: Portfile 65149 2010-03-22 20:47:40Z narf_tm@macports.org $

PortSystem                1.0
PortGroup                 perl5 1.0

perl5.setup               Exception-Class 1.30
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 bada41515f94274bec2ddf3b2b21215e \
                          sha1 21479d06e38f3ddd365f2dafeb5bdb322f3d2361 \
                          rmd160 43e01996b3c1588ffd118440edb8d301708fbfdf

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

perl5.use_module_build
