[129464] trunk/dports/perl

mojca at macports.org mojca at macports.org
Sat Dec 13 06:21:23 PST 2014


Revision: 129464
          https://trac.macports.org/changeset/129464
Author:   mojca at macports.org
Date:     2014-12-13 06:21:22 -0800 (Sat, 13 Dec 2014)
Log Message:
-----------
p5-plack-middleware-removeredundantbody: new port (dependency of p5-catalyst-runtime)

Added Paths:
-----------
    trunk/dports/perl/p5-plack-middleware-removeredundantbody/
    trunk/dports/perl/p5-plack-middleware-removeredundantbody/Portfile

Added: trunk/dports/perl/p5-plack-middleware-removeredundantbody/Portfile
===================================================================
--- trunk/dports/perl/p5-plack-middleware-removeredundantbody/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-plack-middleware-removeredundantbody/Portfile	2014-12-13 14:21:22 UTC (rev 129464)
@@ -0,0 +1,29 @@
+# -*- 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.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup         Plack-Middleware-RemoveRedundantBody 0.05
+
+platforms           darwin
+maintainers         nomaintainer
+license             {Artistic-1 GPL}
+
+supported_archs     noarch
+
+description         Plack::Middleware which sets removes body for HTTP response if it's not required
+long_description    ${description}
+
+checksums           rmd160 a83095a9947b3bc10690384c83f955396791b410 \
+                    sha256 a0676e1c792bea7f25f1d901bee59054d35012d5ea8cd42529d336143fa87cd8
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-http-message
+    depends_lib-append \
+                    port:p${perl5.major}-plack
+}
+
+


Property changes on: trunk/dports/perl/p5-plack-middleware-removeredundantbody/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/20141213/3873fc6e/attachment.html>


More information about the macports-changes mailing list