[133239] trunk/dports/perl

devans at macports.org devans at macports.org
Mon Feb 23 12:37:52 PST 2015


Revision: 133239
          https://trac.macports.org/changeset/133239
Author:   devans at macports.org
Date:     2015-02-23 12:37:52 -0800 (Mon, 23 Feb 2015)
Log Message:
-----------
p5-template-provider-fromdata: new port, load templates from your __DATA__ section.

Added Paths:
-----------
    trunk/dports/perl/p5-template-provider-fromdata/
    trunk/dports/perl/p5-template-provider-fromdata/Portfile

Added: trunk/dports/perl/p5-template-provider-fromdata/Portfile
===================================================================
--- trunk/dports/perl/p5-template-provider-fromdata/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-template-provider-fromdata/Portfile	2015-02-23 20:37:52 UTC (rev 133239)
@@ -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         Template-Provider-FromDATA 0.13
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Template::Provider::FromDATA - Load templates from your __DATA__ section
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  c88e9090e86a37a631bb66d2ac1d9c786cf2c7cd \
+                    sha256  0d4b9aa86ee6fddac15e54fd556d57539a02f1c5cf451011c3faf6306ae0401c
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-class-accessor \
+                    port:p${perl5.major}-template-toolkit
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-template-provider-fromdata/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/20150223/c109637e/attachment.html>


More information about the macports-changes mailing list