[111486] trunk/dports/perl

macsforever2000 at macports.org macsforever2000 at macports.org
Mon Sep 23 13:10:26 PDT 2013


Revision: 111486
          https://trac.macports.org/changeset/111486
Author:   macsforever2000 at macports.org
Date:     2013-09-23 13:10:26 -0700 (Mon, 23 Sep 2013)
Log Message:
-----------
p5-throwable: New port. (#37758)

Added Paths:
-----------
    trunk/dports/perl/p5-throwable/
    trunk/dports/perl/p5-throwable/Portfile

Added: trunk/dports/perl/p5-throwable/Portfile
===================================================================
--- trunk/dports/perl/p5-throwable/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-throwable/Portfile	2013-09-23 20:10:26 UTC (rev 111486)
@@ -0,0 +1,28 @@
+# -*- 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.8 5.10 5.12 5.14 5.16
+perl5.setup         Throwable 0.200008 ../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 a69dc110d8d1d5b28f9dd5992a6ca0d45a85aed3 \
+                    sha256 d08d51862417031d1a47e0645517a9b4d3669b651e93ddbfe27728514118bc79
+
+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
+}


Property changes on: trunk/dports/perl/p5-throwable/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130923/10332cea/attachment.html>


More information about the macports-changes mailing list