[135817] trunk/dports/perl
devans at macports.org
devans at macports.org
Mon May 4 08:56:16 PDT 2015
Revision: 135817
https://trac.macports.org/changeset/135817
Author: devans at macports.org
Date: 2015-05-04 08:56:16 -0700 (Mon, 04 May 2015)
Log Message:
-----------
p5-async-interrupt: new port, allow C/XS libraries to interrupt perl asynchronously.
Added Paths:
-----------
trunk/dports/perl/p5-async-interrupt/
trunk/dports/perl/p5-async-interrupt/Portfile
Added: trunk/dports/perl/p5-async-interrupt/Portfile
===================================================================
--- trunk/dports/perl/p5-async-interrupt/Portfile (rev 0)
+++ trunk/dports/perl/p5-async-interrupt/Portfile 2015-05-04 15:56:16 UTC (rev 135817)
@@ -0,0 +1,22 @@
+# -*- 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 Async-Interrupt 1.21
+license {Artistic-1 GPL}
+maintainers devans openmaintainer
+description Async::Interrupt - allow C/XS libraries to interrupt perl asynchronously
+long_description ${description}
+
+platforms darwin
+
+checksums rmd160 8fa1c7780ba232295e2b00eebf0d968f1cfb3400 \
+ sha256 63dec7c95a4c41cf1e60847068c7850ff3e7b04d02fdc11208183971d6d15f24
+
+if {${perl5.major} != ""} {
+ depends_lib-append \
+ port:p${perl5.major}-common-sense
+}
Property changes on: trunk/dports/perl/p5-async-interrupt/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/2edb7db8/attachment-0001.html>
More information about the macports-changes
mailing list