[153272] trunk/dports/perl
devans at macports.org
devans at macports.org
Wed Sep 28 02:52:19 PDT 2016
Revision: 153272
https://trac.macports.org/changeset/153272
Author: devans at macports.org
Date: 2016-09-28 02:52:19 -0700 (Wed, 28 Sep 2016)
Log Message:
-----------
p5-www-form-urlencoded-xs: new port, XS implementation of parser and builder for application/x-www-form-urlencoded.
Added Paths:
-----------
trunk/dports/perl/p5-www-form-urlencoded-xs/
trunk/dports/perl/p5-www-form-urlencoded-xs/Portfile
Added: trunk/dports/perl/p5-www-form-urlencoded-xs/Portfile
===================================================================
--- trunk/dports/perl/p5-www-form-urlencoded-xs/Portfile (rev 0)
+++ trunk/dports/perl/p5-www-form-urlencoded-xs/Portfile 2016-09-28 09:52:19 UTC (rev 153272)
@@ -0,0 +1,25 @@
+# -*- 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 WWW-Form-UrlEncoded-XS 0.23
+license {Artistic-1 GPL}
+maintainers devans openmaintainer
+description WWW::Form::UrlEncoded::XS - XS implementation of parser and builder for application/x-www-form-urlencoded
+long_description ${description}
+
+platforms darwin
+
+checksums rmd160 4854bb9749c7af559a77af6f8839d236b8acae78 \
+ sha256 6636d0e1bcba6b797793a48166ebf69d4c411179fca164be175c529694175055
+
+if {${perl5.major} != ""} {
+ depends_build-append \
+ port:p${perl5.major}-json \
+ port:p${perl5.major}-module-build-tiny
+
+ perl5.use_module_build
+}
Property changes on: trunk/dports/perl/p5-www-form-urlencoded-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/20160928/d0297882/attachment.html>
More information about the macports-changes
mailing list