[150020] trunk/dports/perl

devans at macports.org devans at macports.org
Fri Jul 8 12:06:03 PDT 2016


Revision: 150020
          https://trac.macports.org/changeset/150020
Author:   devans at macports.org
Date:     2016-07-08 12:06:03 -0700 (Fri, 08 Jul 2016)
Log Message:
-----------
p5-any-uri-escape: new port, load URI::Escape::XS preferentially over URI::Escape.

Added Paths:
-----------
    trunk/dports/perl/p5-any-uri-escape/
    trunk/dports/perl/p5-any-uri-escape/Portfile

Added: trunk/dports/perl/p5-any-uri-escape/Portfile
===================================================================
--- trunk/dports/perl/p5-any-uri-escape/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-any-uri-escape/Portfile	2016-07-08 19:06:03 UTC (rev 150020)
@@ -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         Any-URI-Escape 0.01
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Any::URI::Escape - Load URI::Escape::XS preferentially over URI::Escape
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  223e6a47cf2ff9e677d07e9e6d64fad390af520c \
+                    sha256  e3813cec9f108fa5c0be66e08c1986bfba4d242151b0f9f4ec5e0c5e17108c4c
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-uri
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-any-uri-escape/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/20160708/915b848d/attachment.html>


More information about the macports-changes mailing list