[135816] trunk/dports/perl

devans at macports.org devans at macports.org
Mon May 4 08:54:58 PDT 2015


Revision: 135816
          https://trac.macports.org/changeset/135816
Author:   devans at macports.org
Date:     2015-05-04 08:54:58 -0700 (Mon, 04 May 2015)
Log Message:
-----------
p5-ev: new port, perl interface to libev.

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

Added: trunk/dports/perl/p5-ev/Portfile
===================================================================
--- trunk/dports/perl/p5-ev/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-ev/Portfile	2015-05-04 15:54:58 UTC (rev 135816)
@@ -0,0 +1,23 @@
+# -*- 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         EV 4.18 ../by-authors/id/M/ML/MLEHMANN
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         EV - perl interface to libev, a high performance full-featured event loop
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  9407c575179a369f000d45ca27b59246e3f3585e \
+                    sha256  7d16b820a0b321b0631f0f9f857e87cd0b29da8e11f5686f767cb8dca424fe02
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:libev \
+                    port:p${perl5.major}-common-sense
+}


Property changes on: trunk/dports/perl/p5-ev/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/20150504/5ba05fec/attachment.html>


More information about the macports-changes mailing list