[132774] trunk/dports/perl

devans at macports.org devans at macports.org
Tue Feb 10 14:08:31 PST 2015


Revision: 132774
          https://trac.macports.org/changeset/132774
Author:   devans at macports.org
Date:     2015-02-10 14:08:31 -0800 (Tue, 10 Feb 2015)
Log Message:
-----------
p5-app-cmd: new port, write command line apps with less suffering.

Added Paths:
-----------
    trunk/dports/perl/p5-app-cmd/
    trunk/dports/perl/p5-app-cmd/Portfile

Added: trunk/dports/perl/p5-app-cmd/Portfile
===================================================================
--- trunk/dports/perl/p5-app-cmd/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-app-cmd/Portfile	2015-02-10 22:08:31 UTC (rev 132774)
@@ -0,0 +1,36 @@
+# -*- 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         App-Cmd 0.326
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         App::Cmd - write command line apps with less suffering
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  dede75ef705f2aa53014654e8bb9b4bd505e0935 \
+                    sha256  2b6ddd498dd8d8b28b9a4656a6c69479b5bc5b1e46660dd8670e9c5055b8dbfc
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-data-dumper \
+                    port:p${perl5.major}-test-fatal
+
+    depends_lib-append \
+                    port:p${perl5.major}-capture-tiny \
+                    port:p${perl5.major}-class-load \
+                    port:p${perl5.major}-getopt-long \
+                    port:p${perl5.major}-getopt-long-descriptive \
+                    port:p${perl5.major}-io-tiecombine \
+                    port:p${perl5.major}-module-pluggable \
+                    port:p${perl5.major}-sub-exporter \
+                    port:p${perl5.major}-sub-install \
+                    port:p${perl5.major}-string-rewriteprefix
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-app-cmd/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/56708340/attachment.html>


More information about the macports-changes mailing list