# -*- 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.26 5.28 5.30
perl5.setup         Exception-Class 1.44
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  50a6f22adb13caeb53c80d94e9fecc7300790b7d \
                    sha256  33f3fbf8b138d3b04ea4ec0ba83fb0df6ba898806bcf4ef393d4cafc1a23ee0d

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-devel-stacktrace \
                    port:p${perl5.major}-class-data-inheritable
}