[132739] trunk/dports/perl

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


Revision: 132739
          https://trac.macports.org/changeset/132739
Author:   devans at macports.org
Date:     2015-02-09 12:19:10 -0800 (Mon, 09 Feb 2015)
Log Message:
-----------
p5-cgi-psgi: new port, adapts CGI.pm to the PSGI protocol.

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

Added: trunk/dports/perl/p5-cgi-psgi/Portfile
===================================================================
--- trunk/dports/perl/p5-cgi-psgi/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-cgi-psgi/Portfile	2015-02-09 20:19:10 UTC (rev 132739)
@@ -0,0 +1,24 @@
+# -*- 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-PSGI 0.15
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         CGI::PSGI - Adapt CGI.pm to the PSGI protocol
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  67ec911c8d18188a3170c93371abf5093c15453d \
+                    sha256  c50dcb10bf8486a9843baed032ad89d879ff2f41c993342dead62f947a598d91
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-cgi
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-cgi-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/20150209/f6c42c30/attachment.html>


More information about the macports-changes mailing list