[132783] trunk/dports/perl
devans at macports.org
devans at macports.org
Tue Feb 10 14:17:29 PST 2015
Revision: 132783
https://trac.macports.org/changeset/132783
Author: devans at macports.org
Date: 2015-02-10 14:17:29 -0800 (Tue, 10 Feb 2015)
Log Message:
-----------
p5-url-encode-xs: new port, XS implementation of URL::Encode.
Added Paths:
-----------
trunk/dports/perl/p5-url-encode-xs/
trunk/dports/perl/p5-url-encode-xs/Portfile
Added: trunk/dports/perl/p5-url-encode-xs/Portfile
===================================================================
--- trunk/dports/perl/p5-url-encode-xs/Portfile (rev 0)
+++ trunk/dports/perl/p5-url-encode-xs/Portfile 2015-02-10 22:17:29 UTC (rev 132783)
@@ -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 URL-Encode-XS 0.03
+license {Artistic-1 GPL}
+maintainers devans openmaintainer
+description URL::Encode::XS - XS implementation of URL::Encode
+long_description ${description}
+
+platforms darwin
+
+checksums rmd160 33a72215c79191fc637a43a2bb284f2410dadf31 \
+ sha256 d44f416bd3e58e3b3366ab420705da02c7118fc848a97ce089366ea0461fa823
+
+if {${perl5.major} != ""} {
+ depends_lib-append \
+ port:p${perl5.major}-url-encode
+}
Property changes on: trunk/dports/perl/p5-url-encode-xs/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/87e7d91a/attachment.html>
More information about the macports-changes
mailing list