[150830] trunk/dports/perl

devans at macports.org devans at macports.org
Fri Jul 29 13:15:46 PDT 2016


Revision: 150830
          https://trac.macports.org/changeset/150830
Author:   devans at macports.org
Date:     2016-07-29 13:15:46 -0700 (Fri, 29 Jul 2016)
Log Message:
-----------
p5-string-trim: new port, trim whitespace from your strings.

Added Paths:
-----------
    trunk/dports/perl/p5-string-trim/
    trunk/dports/perl/p5-string-trim/Portfile

Added: trunk/dports/perl/p5-string-trim/Portfile
===================================================================
--- trunk/dports/perl/p5-string-trim/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-string-trim/Portfile	2016-07-29 20:15:46 UTC (rev 150830)
@@ -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.22 5.24
+perl5.setup         String-Trim 0.005
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         String::Trim - trim whitespace from your strings
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  c921de304564968c0513645e867bd29419686b22 \
+                    sha256  b169e20b02476f308fec0425c75077fd6a851f578b4ea3703e6220659d73b31f
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-data-dumper
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-string-trim/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/20160729/8765aa25/attachment.html>


More information about the macports-changes mailing list