1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup perl5 1.0 |
---|
6 | |
---|
7 | perl5.branches 5.8 5.10 5.12 5.14 5.16 |
---|
8 | perl5.setup Throwable 0.200008 ../by-authors/id/R/RJ/RJBS |
---|
9 | license {Artistic-1 GPL} |
---|
10 | maintainers nomaintainer |
---|
11 | description Throwable - a role for classes that can be thrown |
---|
12 | long_description Throwable is a role for classes that are meant to be \ |
---|
13 | thrown as exceptions to standard program flow. It is \ |
---|
14 | very simple and does only two things: saves any previous \ |
---|
15 | value for \$@ and calls die \$self. |
---|
16 | |
---|
17 | platforms darwin |
---|
18 | supported_archs noarch |
---|
19 | |
---|
20 | checksums sha256 d08d51862417031d1a47e0645517a9b4d3669b651e93ddbfe27728514118bc79 \ |
---|
21 | rmd160 a69dc110d8d1d5b28f9dd5992a6ca0d45a85aed3 |
---|
22 | |
---|
23 | if {${perl5.major} != ""} { |
---|
24 | depends_lib-append port:p${perl5.major}-moox-types-mooselike \ |
---|
25 | port:p${perl5.major}-devel-stacktrace \ |
---|
26 | port:p${perl5.major}-class-load \ |
---|
27 | port:p${perl5.major}-moo |
---|
28 | } |
---|