[129663] trunk/dports/perl

devans at macports.org devans at macports.org
Thu Dec 18 08:59:04 PST 2014


Revision: 129663
          https://trac.macports.org/changeset/129663
Author:   devans at macports.org
Date:     2014-12-18 08:59:04 -0800 (Thu, 18 Dec 2014)
Log Message:
-----------
p5-event-execflow: new port, high level API for event-based execution flow control.

Added Paths:
-----------
    trunk/dports/perl/p5-event-execflow/
    trunk/dports/perl/p5-event-execflow/Portfile

Added: trunk/dports/perl/p5-event-execflow/Portfile
===================================================================
--- trunk/dports/perl/p5-event-execflow/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-event-execflow/Portfile	2014-12-18 16:59:04 UTC (rev 129663)
@@ -0,0 +1,25 @@
+# -*- 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.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup         Event-ExecFlow 0.64
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Event::ExecFlow - High level API for event-based execution flow control
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  46d293b9e75a59d2ea2b324acfbc4d051457d0ae \
+                    sha256  c4e9f4e764216efa5e2b9efe90a6582b81cb8aed4c138b4bad747ed3bd16b7bf
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-anyevent \
+                    port:p${perl5.major}-libintl-perl
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-event-execflow/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/20141218/481b51f3/attachment.html>


More information about the macports-changes mailing list