[137125] trunk/dports/perl

devans at macports.org devans at macports.org
Thu Jun 4 19:03:57 PDT 2015


Revision: 137125
          https://trac.macports.org/changeset/137125
Author:   devans at macports.org
Date:     2015-06-04 19:03:57 -0700 (Thu, 04 Jun 2015)
Log Message:
-----------
p5-log-dispatch-array: new port, log events to an array (reference).

Added Paths:
-----------
    trunk/dports/perl/p5-log-dispatch-array/
    trunk/dports/perl/p5-log-dispatch-array/Portfile

Added: trunk/dports/perl/p5-log-dispatch-array/Portfile
===================================================================
--- trunk/dports/perl/p5-log-dispatch-array/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-log-dispatch-array/Portfile	2015-06-05 02:03:57 UTC (rev 137125)
@@ -0,0 +1,27 @@
+# -*- 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.16 5.18 5.20
+perl5.setup         Log-Dispatch-Array 1.003
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Log::Dispatch::Array - log events to an array (reference)
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  4d341efb40b70ddda054e049fbdb104875cdb443 \
+                    sha256  0c20931c2f7bf26a76ba01370b9582215fe5216b161822c0c3f204a81fb87f37
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-test-deep
+
+    depends_lib-append \
+                    port:p${perl5.major}-log-dispatch
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-log-dispatch-array/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150604/a71c1720/attachment.html>


More information about the macports-changes mailing list