[132740] trunk/dports/perl

devans at macports.org devans at macports.org
Mon Feb 9 12:19:56 PST 2015


Revision: 132740
          https://trac.macports.org/changeset/132740
Author:   devans at macports.org
Date:     2015-02-09 12:19:55 -0800 (Mon, 09 Feb 2015)
Log Message:
-----------
p5-html-mason-psgihandler: new port, a PSGI handler for HTML::Mason.

Added Paths:
-----------
    trunk/dports/perl/p5-html-mason-psgihandler/
    trunk/dports/perl/p5-html-mason-psgihandler/Portfile

Added: trunk/dports/perl/p5-html-mason-psgihandler/Portfile
===================================================================
--- trunk/dports/perl/p5-html-mason-psgihandler/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-html-mason-psgihandler/Portfile	2015-02-09 20:19:55 UTC (rev 132740)
@@ -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.16 5.18 5.20
+perl5.setup         HTML-Mason-PSGIHandler 0.53
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         HTML::Mason::PSGIHandler - PSGI handler for HTML::Mason
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  5fe07dd0cdaf1f0e35f17273219204d62c2d317b \
+                    sha256  eafd7c7655dfa8261df3446b931a283d30306877b83ac4671c49cff74ea7f00b
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-plack
+
+    depends_lib-append \
+                    port:p${perl5.major}-cgi-psgi \
+                    port:p${perl5.major}-html-mason
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-html-mason-psgihandler/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/20150209/9a06c7a4/attachment.html>


More information about the macports-changes mailing list