[137120] trunk/dports/perl

devans at macports.org devans at macports.org
Thu Jun 4 19:00:38 PDT 2015


Revision: 137120
          https://trac.macports.org/changeset/137120
Author:   devans at macports.org
Date:     2015-06-04 19:00:37 -0700 (Thu, 04 Jun 2015)
Log Message:
-----------
p5-cgi-compile: new port, compile .cgi scripts to a code reference like ModPerl::Registry.

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

Added: trunk/dports/perl/p5-cgi-compile/Portfile
===================================================================
--- trunk/dports/perl/p5-cgi-compile/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-cgi-compile/Portfile	2015-06-05 02:00:37 UTC (rev 137120)
@@ -0,0 +1,31 @@
+# -*- 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-Compile 0.19
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         CGI::Compile - Compile .cgi scripts to a code reference like ModPerl::Registry
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  490064c6ac683d04feb0a09db7462577e8702717 \
+                    sha256  288c40ec5ebe0a182163f370c20b3645a1dcbd4b0414aa4ead6140c53107543f
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-cgi \
+                    port:p${perl5.major}-module-build-tiny \
+                    port:p${perl5.major}-test-nowarnings \
+                    port:p${perl5.major}-test-requires
+
+    depends_lib-append \
+                    port:p${perl5.major}-file-pushd
+
+    supported_archs noarch
+    perl5.use_module_build
+}


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


More information about the macports-changes mailing list