# -*- 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: Portfile 119044 2014-04-15 20:22:34Z macsforever2000@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18
perl5.setup         Throwable 0.200010 ../by-authors/id/R/RJ/RJBS
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Throwable - a role for classes that can be thrown
long_description    Throwable is a role for classes that are meant to be \
                    thrown as exceptions to standard program flow. It is \
                    very simple and does only two things: saves any previous \
                    value for \$@ and calls die \$self.

platforms           darwin
supported_archs     noarch

checksums           rmd160 b47102cc52ccc2d894887e96b12a4ef7bfae15e7 \
                    sha256 d7a33dab0d4719563cbd30205ddd4b6c35849bda85bc56a19cc5bdbd8a0b1862

if {${perl5.major} != ""} {
    depends_lib-append  port:p${perl5.major}-class-load \
                        port:p${perl5.major}-devel-stacktrace \
                        port:p${perl5.major}-moo \
                        port:p${perl5.major}-moox-types-mooselike
}
