[132735] trunk/dports/perl
devans at macports.org
devans at macports.org
Mon Feb 9 09:15:13 PST 2015
Revision: 132735
https://trac.macports.org/changeset/132735
Author: devans at macports.org
Date: 2015-02-09 09:15:13 -0800 (Mon, 09 Feb 2015)
Log Message:
-----------
p5-html-masonx-free: new port, some modules to help make HTML::Mason work the way it always should have.
Added Paths:
-----------
trunk/dports/perl/p5-html-masonx-free/
trunk/dports/perl/p5-html-masonx-free/Portfile
Added: trunk/dports/perl/p5-html-masonx-free/Portfile
===================================================================
--- trunk/dports/perl/p5-html-masonx-free/Portfile (rev 0)
+++ trunk/dports/perl/p5-html-masonx-free/Portfile 2015-02-09 17:15:13 UTC (rev 132735)
@@ -0,0 +1,34 @@
+# -*- 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 HTML-MasonX-Free 0.005
+license {Artistic-1 GPL}
+maintainers devans openmaintainer
+description HTML::MasonX::Free - a secret society of HTML::Mason-using throwback modules
+long_description These modules, together, help make HTML::Mason work more like it always should have.
+
+platforms darwin
+
+checksums rmd160 140b6496db815b2317de1bc86627a89978e9ec01 \
+ sha256 30678cd3958689a7238ea3d706c544abe51ef3cbe4dac45faf85be305d134dff
+
+if {${perl5.major} != ""} {
+ depends_build-append \
+ port:p${perl5.major}-capture-tiny \
+ port:p${perl5.major}-path-class \
+ port:p${perl5.major}-test-fatal
+
+ depends_lib-append \
+ port:p${perl5.major}-html-mason \
+ port:p${perl5.major}-list-allutils \
+ port:p${perl5.major}-log-any \
+ port:p${perl5.major}-moose \
+ port:p${perl5.major}-namespace-autoclean \
+ port:p${perl5.major}-params-validate
+
+ supported_archs noarch
+}
Property changes on: trunk/dports/perl/p5-html-masonx-free/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/20150209/36f6b6ee/attachment-0001.html>
More information about the macports-changes
mailing list