[132787] trunk/dports/perl

devans at macports.org devans at macports.org
Tue Feb 10 15:05:27 PST 2015


Revision: 132787
          https://trac.macports.org/changeset/132787
Author:   devans at macports.org
Date:     2015-02-10 15:05:26 -0800 (Tue, 10 Feb 2015)
Log Message:
-----------
p5-dancer-template-mason2: new port, Mason 2.x wrapper for Dancer.

Added Paths:
-----------
    trunk/dports/perl/p5-dancer-template-mason2/
    trunk/dports/perl/p5-dancer-template-mason2/Portfile

Added: trunk/dports/perl/p5-dancer-template-mason2/Portfile
===================================================================
--- trunk/dports/perl/p5-dancer-template-mason2/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-dancer-template-mason2/Portfile	2015-02-10 23:05:26 UTC (rev 132787)
@@ -0,0 +1,25 @@
+# -*- 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         Dancer-Template-Mason2 0.04
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Dancer::Template::Mason2 - Mason 2.x wrapper for Dancer
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  5b4eaffcd368c2e3d78959d6f9c939cd9f06c723 \
+                    sha256  4da7c05911fb1bf3178aa22b9f56a8a092e793d3a5bdde853e5054eb4e1e694d
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-dancer \
+                    port:p${perl5.major}-mason
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-dancer-template-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/bf9c0d01/attachment-0001.html>


More information about the macports-changes mailing list