[131165] trunk/dports/perl

mojca at macports.org mojca at macports.org
Tue Jan 6 06:15:21 PST 2015


Revision: 131165
          https://trac.macports.org/changeset/131165
Author:   mojca at macports.org
Date:     2015-01-06 06:15:21 -0800 (Tue, 06 Jan 2015)
Log Message:
-----------
p5-poe: new port (tests fail, #46435)

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

Added: trunk/dports/perl/p5-poe/Portfile
===================================================================
--- trunk/dports/perl/p5-poe/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-poe/Portfile	2015-01-06 14:15:21 UTC (rev 131165)
@@ -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.16 5.18 5.20
+perl5.setup         POE 1.366
+maintainers         nomaintainer
+license             {Artistic-1 GPL}
+
+description         Portable multitasking and networking framework for any event loop
+long_description    ${description}
+
+checksums           rmd160 2102fe1faaa512d0851edb9d66fb0734366c96ed \
+                    sha256 b49301787662680a443ef0b1bdd7b631bb48940bbed096a2155c4eca0a591523
+
+platforms           darwin
+supported_archs     noarch
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-poe-test-loops
+    depends_lib-append \
+                    port:p${perl5.major}-io-pipely \
+                    port:p${perl5.major}-io-tty \
+                    port:p${perl5.major}-poe-test-loops
+}


Property changes on: trunk/dports/perl/p5-poe/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/20150106/42edeb8a/attachment.html>


More information about the macports-changes mailing list