# -*- 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.16 5.18 5.20 5.22 perl5.setup Exception-Class 1.39 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 e9ee37f87fc2634b008987d45e28b18150e0ac96 \ sha256 819c756a69a6d1e31f396eca6a508b07b0a522a035b904cd1d432353cc362083 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 }