[132768] trunk/dports/perl

devans at macports.org devans at macports.org
Tue Feb 10 07:44:19 PST 2015


Revision: 132768
          https://trac.macports.org/changeset/132768
Author:   devans at macports.org
Date:     2015-02-10 07:44:19 -0800 (Tue, 10 Feb 2015)
Log Message:
-----------
p5-mason: new port, Mason 2.x, recommended for new development over HTML::Mason (aka Mason 1.x).

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

Added: trunk/dports/perl/p5-mason/Portfile
===================================================================
--- trunk/dports/perl/p5-mason/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-mason/Portfile	2015-02-10 15:44:19 UTC (rev 132768)
@@ -0,0 +1,42 @@
+# -*- 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         Mason 2.23 ../by-authors/id/J/JS/JSWARTZ
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Mason - Powerful, high-performance templating for the web and beyond
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  bf8ebf928afa84d59d60cf6ebbc6a5873667d8eb \
+                    sha256  e4c89f91d64ffeb40261011ea9af5121b9d97fbe0ffdc0182b2b286525aba849
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-test-class-most \
+                    port:p${perl5.major}-test-longstring
+
+    depends_lib-append \
+                    port:p${perl5.major}-capture-tiny \
+                    port:p${perl5.major}-class-load \
+                    port:p${perl5.major}-class-unload \
+                    port:p${perl5.major}-devel-globaldestruction \
+                    port:p${perl5.major}-exception-class \
+                    port:p${perl5.major}-guard \
+                    port:p${perl5.major}-ipc-system-simple \
+                    port:p${perl5.major}-json \
+                    port:p${perl5.major}-log-any \
+                    port:p${perl5.major}-memoize \
+                    port:p${perl5.major}-method-signatures-simple \
+                    port:p${perl5.major}-moose \
+                    port:p${perl5.major}-moosex-hasdefaults \
+                    port:p${perl5.major}-moosex-strictconstructor \
+                    port:p${perl5.major}-try-tiny
+
+    supported_archs noarch
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150210/4bae331d/attachment-0001.html>


More information about the macports-changes mailing list