# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup Exception-Class 1.40 license {Artistic-1 GPL} 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 rmd160 5ba38e326198c22c9350e533c5c91f8b6354b1c1 \ sha256 d1171f2d03a485e87eb561f34688991c17b939d2689bcda47f3f51b372669a1f if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-devel-stacktrace \ port:p${perl5.major}-class-data-inheritable }