[133057] trunk/dports/perl

devans at macports.org devans at macports.org
Wed Feb 18 18:42:27 PST 2015


Revision: 133057
          https://trac.macports.org/changeset/133057
Author:   devans at macports.org
Date:     2015-02-18 18:42:27 -0800 (Wed, 18 Feb 2015)
Log Message:
-----------
p5-catalyst-view-mason: new port, legacy HTML::Mason view class for compatibility.

Added Paths:
-----------
    trunk/dports/perl/p5-catalyst-view-mason/
    trunk/dports/perl/p5-catalyst-view-mason/Portfile

Added: trunk/dports/perl/p5-catalyst-view-mason/Portfile
===================================================================
--- trunk/dports/perl/p5-catalyst-view-mason/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-catalyst-view-mason/Portfile	2015-02-19 02:42:27 UTC (rev 133057)
@@ -0,0 +1,27 @@
+# -*- 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         Catalyst-View-Mason 0.19
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Catalyst::View::Mason - Legacy HTML::Mason View Class
+long_description    ${description}. New code should use Catalyst::View::HTML::Mason \
+                    or Catalyst::View::Mason2.
+
+platforms           darwin
+
+checksums           rmd160  278d67bb7f33142acaeb5958c743c5cda55ef6f3 \
+                    sha256  7bc86193e0c8973c7cb8f761ef51cb89d3bd8023b5f912af4c36a113a96454a8
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-catalyst-runtime \
+                    port:p${perl5.major}-html-mason \
+                    port:p${perl5.major}-mro-compat
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-catalyst-view-mason/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/20150218/c7fcb221/attachment-0001.html>


More information about the macports-changes mailing list