[153273] trunk/dports/perl

devans at macports.org devans at macports.org
Wed Sep 28 02:53:11 PDT 2016


Revision: 153273
          https://trac.macports.org/changeset/153273
Author:   devans at macports.org
Date:     2016-09-28 02:53:11 -0700 (Wed, 28 Sep 2016)
Log Message:
-----------
p5-www-form-urlencoded: new port, a parser and builder for application/x-www-form-urlencoded.

Added Paths:
-----------
    trunk/dports/perl/p5-www-form-urlencoded/
    trunk/dports/perl/p5-www-form-urlencoded/Portfile

Added: trunk/dports/perl/p5-www-form-urlencoded/Portfile
===================================================================
--- trunk/dports/perl/p5-www-form-urlencoded/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-www-form-urlencoded/Portfile	2016-09-28 09:53:11 UTC (rev 153273)
@@ -0,0 +1,28 @@
+# -*- 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 0.23
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         WWW::Form::UrlEncoded - parser and builder for application/x-www-form-urlencoded
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  04ea2dd4d1a8bbf63e432be2b754bdd948acf761 \
+                    sha256  c87de2c895cf8a526bf5d3a231e6ca0e6d4cfdca72f8840b3fb039dbde478852
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-json
+
+    depends_lib-append \
+                    port:p${perl5.major}-www-form-urlencoded-xs
+
+    perl5.use_module_build
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-www-form-urlencoded/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/ccc91db6/attachment.html>


More information about the macports-changes mailing list