# -*- 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 PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.28 5.30 5.32 5.34 perl5.setup Exception-Class 1.45 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 any} checksums rmd160 e3bb7ca84ba262db2c0072b830d9a7e8c7c3303f \ sha256 5482a77ef027ca1f9f39e1f48c558356e954936fc8fbbdee6c811c512701b249 \ size 50933 if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-devel-stacktrace \ port:p${perl5.major}-class-data-inheritable }