[151071] trunk/dports/perl
devans at macports.org
devans at macports.org
Sat Aug 6 08:29:48 PDT 2016
Revision: 151071
https://trac.macports.org/changeset/151071
Author: devans at macports.org
Date: 2016-08-06 08:29:48 -0700 (Sat, 06 Aug 2016)
Log Message:
-----------
p5-text-xslate: new port, scalable template engine for perl5.
Added Paths:
-----------
trunk/dports/perl/p5-text-xslate/
trunk/dports/perl/p5-text-xslate/Portfile
Added: trunk/dports/perl/p5-text-xslate/Portfile
===================================================================
--- trunk/dports/perl/p5-text-xslate/Portfile (rev 0)
+++ trunk/dports/perl/p5-text-xslate/Portfile 2016-08-06 15:29:48 UTC (rev 151071)
@@ -0,0 +1,31 @@
+# -*- 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.22 5.24
+perl5.setup Text-Xslate 3.3.9
+license {Artistic-1 GPL}
+maintainers devans openmaintainer
+description Text::Xslate - Scalable template engine for Perl5
+long_description ${description}
+
+platforms darwin
+
+checksums rmd160 2393d8321e4570a7e0c560f80d5469d48dc47262 \
+ sha256 a81c8860f82b90951e6789312f05bcf05b0de072ca1a77fa82add2a3e9dc35ad
+
+if {${perl5.major} != ""} {
+ depends_build-append \
+ port:p${perl5.major}-devel-ppport \
+ port:p${perl5.major}-devel-stacktrace \
+ port:p${perl5.major}-file-copy-recursive \
+ port:p${perl5.major}-plack \
+ port:p${perl5.major}-test-requires
+
+ depends_lib-append \
+ port:p${perl5.major}-data-messagepack \
+ port:p${perl5.major}-mouse \
+ port:p${perl5.major}-template-toolkit
+}
Property changes on: trunk/dports/perl/p5-text-xslate/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/20160806/da192c5e/attachment.html>
More information about the macports-changes
mailing list