[132786] trunk/dports/perl
devans at macports.org
devans at macports.org
Tue Feb 10 15:04:46 PST 2015
Revision: 132786
https://trac.macports.org/changeset/132786
Author: devans at macports.org
Date: 2015-02-10 15:04:45 -0800 (Tue, 10 Feb 2015)
Log Message:
-----------
p5-dancer-template-mason: new port, Mason wrapper for Dancer.
Added Paths:
-----------
trunk/dports/perl/p5-dancer-template-mason/
trunk/dports/perl/p5-dancer-template-mason/Portfile
Added: trunk/dports/perl/p5-dancer-template-mason/Portfile
===================================================================
--- trunk/dports/perl/p5-dancer-template-mason/Portfile (rev 0)
+++ trunk/dports/perl/p5-dancer-template-mason/Portfile 2015-02-10 23:04:45 UTC (rev 132786)
@@ -0,0 +1,30 @@
+# -*- 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-Mason 0.004001
+license {Artistic-1 GPL}
+maintainers devans openmaintainer
+description Dancer::Template::Mason - Mason wrapper for Dancer
+long_description ${description}
+
+platforms darwin
+
+checksums rmd160 97fd214f6858d35dee80c2630ae051e376366dd1 \
+ sha256 42c5a020501c06cc90f87c138fb05df00256c8b18c40ded5c7815e8ff78fe9a9
+
+if {${perl5.major} != ""} {
+ depends_build-append \
+ port:p${perl5.major}-plack
+
+ depends_lib-append \
+ port:p${perl5.major}-dancer \
+ port:p${perl5.major}-html-mason \
+ port:p${perl5.major}-moo
+
+ perl5.use_module_build
+ supported_archs noarch
+}
Property changes on: trunk/dports/perl/p5-dancer-template-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/20150210/5489694c/attachment.html>
More information about the macports-changes
mailing list