[129327] trunk/dports/perl

mojca at macports.org mojca at macports.org
Wed Dec 10 05:27:21 PST 2014


Revision: 129327
          https://trac.macports.org/changeset/129327
Author:   mojca at macports.org
Date:     2014-12-10 05:27:21 -0800 (Wed, 10 Dec 2014)
Log Message:
-----------
p5-plack: new port (#43037)

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

Added: trunk/dports/perl/p5-plack/Portfile
===================================================================
--- trunk/dports/perl/p5-plack/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-plack/Portfile	2014-12-10 13:27:21 UTC (rev 129327)
@@ -0,0 +1,36 @@
+# -*- 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.16 5.18 5.20
+perl5.setup         Plack 1.0033
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Perl Superglue for Web frameworks and Web Servers (PSGI toolkit)
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  3ca3f8aa962a4ba3e4db7168a52d322b63647f97 \
+                    sha256  bcd8784b8263bd6d68476e9d52e6f98819bd4f3331455cad12effed63a783220
+
+if {${perl5.major} != ""} {
+    # TODO: dependency on p${perl5.major}-file-sharedir is needed for testing
+    depends_lib-append \
+                    port:p${perl5.major}-file-sharedir-install \
+                    port:p${perl5.major}-psgi \
+                    port:p${perl5.major}-test-requires \
+                    port:p${perl5.major}-stream-buffered \
+                    port:p${perl5.major}-test-tcp \
+                    port:p${perl5.major}-http-tiny \
+                    port:p${perl5.major}-hash-multivalue \
+                    port:p${perl5.major}-try-tiny \
+                    port:p${perl5.major}-uri \
+                    port:p${perl5.major}-devel-stacktrace \
+                    port:p${perl5.major}-apache-logformat-compiler \
+                    port:p${perl5.major}-http-body \
+                    port:p${perl5.major}-filesys-notify-simple \
+                    port:p${perl5.major}-devel-stacktrace-ashtml
+}


Property changes on: trunk/dports/perl/p5-plack/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/20141210/6b0d5543/attachment.html>


More information about the macports-changes mailing list