[129463] trunk/dports/perl

mojca at macports.org mojca at macports.org
Sat Dec 13 06:15:49 PST 2014


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

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

Added: trunk/dports/perl/p5-plack-middleware-methodoverride/Portfile
===================================================================
--- trunk/dports/perl/p5-plack-middleware-methodoverride/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-plack-middleware-methodoverride/Portfile	2014-12-13 14:15:48 UTC (rev 129463)
@@ -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.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup         Plack-Middleware-MethodOverride 0.10
+
+platforms           darwin
+maintainers         nomaintainer
+license             {Artistic-1 GPL}
+
+supported_archs     noarch
+
+description         Override REST methods to Plack apps via POST
+long_description    ${description}
+
+checksums           rmd160 1fc15a313a609acb2ad63cb7cffb35b31d387f54 \
+                    sha256 f8d6a33b56d69dddd5db289f855e100d86ff39099abe31ef40e2672d0dc5568d
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-plack \
+                    port:p${perl5.major}-uri
+}
+
+perl5.use_module_build


Property changes on: trunk/dports/perl/p5-plack-middleware-methodoverride/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/bf6ef839/attachment.html>


More information about the macports-changes mailing list