[132765] trunk/dports/perl

devans at macports.org devans at macports.org
Tue Feb 10 06:53:43 PST 2015


Revision: 132765
          https://trac.macports.org/changeset/132765
Author:   devans at macports.org
Date:     2015-02-10 06:53:43 -0800 (Tue, 10 Feb 2015)
Log Message:
-----------
p5-ipc-system-simple: new port, run commands simply, with detailed diagnostics.

Added Paths:
-----------
    trunk/dports/perl/p5-ipc-system-simple/
    trunk/dports/perl/p5-ipc-system-simple/Portfile

Added: trunk/dports/perl/p5-ipc-system-simple/Portfile
===================================================================
--- trunk/dports/perl/p5-ipc-system-simple/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-ipc-system-simple/Portfile	2015-02-10 14:53:43 UTC (rev 132765)
@@ -0,0 +1,24 @@
+# -*- 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         IPC-System-Simple 1.25
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         IPC::System::Simple - Run commands simply, with detailed diagnostics
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  d952603a779d2611642d769af81004f9c731271c \
+                    sha256  f1b6aa1dfab886e8e4ea825f46a1cbb26038ef3e727fef5d84444aa8035a4d3b
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-test-nowarnings
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-ipc-system-simple/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/20150210/a8dc73fa/attachment.html>


More information about the macports-changes mailing list