[132785] trunk/dports/perl

devans at macports.org devans at macports.org
Tue Feb 10 15:03:24 PST 2015


Revision: 132785
          https://trac.macports.org/changeset/132785
Author:   devans at macports.org
Date:     2015-02-10 15:03:23 -0800 (Tue, 10 Feb 2015)
Log Message:
-----------
p5-catalyst-view-mason2: new port, Mason 2.x view class for Catalyst.

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

Added: trunk/dports/perl/p5-catalyst-view-mason2/Portfile
===================================================================
--- trunk/dports/perl/p5-catalyst-view-mason2/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-catalyst-view-mason2/Portfile	2015-02-10 23:03:23 UTC (rev 132785)
@@ -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         Catalyst-View-Mason2 0.03
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Catalyst::View::Mason2 - Mason 2.x view class
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  aa14a730541f559a99a4f053ffcd019b5e09821c \
+                    sha256  69e7e7d5bace3d7f953854aaf217eb472477527209f700ce8bec8089f6da1c53
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-catalyst-action-renderview \
+
+    depends_lib-append \
+                    port:p${perl5.major}-catalyst-runtime \
+                    port:p${perl5.major}-mason
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-catalyst-view-mason2/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/20150210/90b94107/attachment.html>


More information about the macports-changes mailing list