[137119] trunk/dports/perl

devans at macports.org devans at macports.org
Thu Jun 4 18:59:53 PDT 2015


Revision: 137119
          https://trac.macports.org/changeset/137119
Author:   devans at macports.org
Date:     2015-06-04 18:59:53 -0700 (Thu, 04 Jun 2015)
Log Message:
-----------
p5-cgi-emulate-psgi: new port, a PSGI adapter for CGI.

Added Paths:
-----------
    trunk/dports/perl/p5-cgi-emulate-psgi/
    trunk/dports/perl/p5-cgi-emulate-psgi/Portfile

Added: trunk/dports/perl/p5-cgi-emulate-psgi/Portfile
===================================================================
--- trunk/dports/perl/p5-cgi-emulate-psgi/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-cgi-emulate-psgi/Portfile	2015-06-05 01:59:53 UTC (rev 137119)
@@ -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         CGI-Emulate-PSGI 0.20
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         CGI::Emulate::PSGI - PSGI adapter for CGI
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  e5dd30b0259c8e21cb4405fffec5a02f486bac72 \
+                    sha256  3865106b22b88a0fa55821c84625acdbfa4758b1d341c6abe62613d363e2d3c2
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-test-requires
+
+    depends_lib-append \
+                    port:p${perl5.major}-cgi \
+                    port:p${perl5.major}-http-message
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-cgi-emulate-psgi/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/20150604/65c59e15/attachment.html>


More information about the macports-changes mailing list