# $Id: Portfile 124685 2014-08-27 13:12:50Z ryandesign@macports.org $ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 perl5.setup Exception-Class 1.38 license Artistic-2 maintainers nomaintainer supported_archs noarch 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 4d7203a95893449f53ccacb385981569 \ sha1 9d89b52a2ca3de1a1f42d40a8797e6510184107e \ rmd160 17648d0c37435ea7bd727f717d7a65b6bfc66fb3 if {${perl5.major} != ""} { depends_lib-append port:p${perl5.major}-devel-stacktrace \ port:p${perl5.major}-class-data-inheritable \ port:p${perl5.major}-test-simple }