[153274] trunk/dports/perl

devans at macports.org devans at macports.org
Wed Sep 28 02:54:37 PDT 2016


Revision: 153274
          https://trac.macports.org/changeset/153274
Author:   devans at macports.org
Date:     2016-09-28 02:54:37 -0700 (Wed, 28 Sep 2016)
Log Message:
-----------
p5-http-entity-parser: new port, a PSGI compliant HTTP entity parser.

Added Paths:
-----------
    trunk/dports/perl/p5-http-entity-parser/
    trunk/dports/perl/p5-http-entity-parser/Portfile

Added: trunk/dports/perl/p5-http-entity-parser/Portfile
===================================================================
--- trunk/dports/perl/p5-http-entity-parser/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-http-entity-parser/Portfile	2016-09-28 09:54:37 UTC (rev 153274)
@@ -0,0 +1,35 @@
+# -*- 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         HTTP-Entity-Parser 0.17
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         HTTP::Entity::Parser - PSGI compliant HTTP Entity Parser
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  1ef911e409113667f8242f6c88d652075b5ad281 \
+                    sha256  db9e6cecc5c1203c9972d319942bd8c569206d019da48424fde3b2b8498c1071
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-hash-multivalue \
+                    port:p${perl5.major}-http-message
+
+    depends_lib-append \
+                    port:p${perl5.major}-file-temp \
+                    port:p${perl5.major}-http-multipartparser \
+                    port:p${perl5.major}-json \
+                    port:p${perl5.major}-module-load \
+                    port:p${perl5.major}-stream-buffered \
+                    port:p${perl5.major}-www-form-urlencoded \
+                    port:p${perl5.major}-www-form-urlencoded-xs
+
+    perl5.use_module_build
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-http-entity-parser/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/f24a9d2e/attachment.html>


More information about the macports-changes mailing list