Ticket #37758: Portfile

File Portfile, 1.2 KB (added by nortcele, 11 years ago)

New version of p5-throwable portfile (Throwable 0.200008)

Line 
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
4PortSystem          1.0
5PortGroup           perl5 1.0
6
7perl5.branches      5.8 5.10 5.12 5.14 5.16
8perl5.setup         Throwable 0.200008 ../by-authors/id/R/RJ/RJBS
9license             {Artistic-1 GPL}
10maintainers         nomaintainer
11description         Throwable - a role for classes that can be thrown
12long_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
17platforms           darwin
18supported_archs       noarch
19
20checksums           sha256 d08d51862417031d1a47e0645517a9b4d3669b651e93ddbfe27728514118bc79 \
21                    rmd160 a69dc110d8d1d5b28f9dd5992a6ca0d45a85aed3
22
23if {${perl5.major} != ""} {
24depends_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}