[129303] trunk/dports/perl/p5-catalyst-plugin-configloader/Portfile

mojca at macports.org mojca at macports.org
Tue Dec 9 17:07:56 PST 2014


Revision: 129303
          https://trac.macports.org/changeset/129303
Author:   mojca at macports.org
Date:     2014-12-09 17:07:55 -0800 (Tue, 09 Dec 2014)
Log Message:
-----------
p5-catalyst-plugin-configloader: whitespace and status line only

Modified Paths:
--------------
    trunk/dports/perl/p5-catalyst-plugin-configloader/Portfile

Modified: trunk/dports/perl/p5-catalyst-plugin-configloader/Portfile
===================================================================
--- trunk/dports/perl/p5-catalyst-plugin-configloader/Portfile	2014-12-10 01:05:08 UTC (rev 129302)
+++ trunk/dports/perl/p5-catalyst-plugin-configloader/Portfile	2014-12-10 01:07:55 UTC (rev 129303)
@@ -1,27 +1,29 @@
+# -*- 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
+PortSystem          1.0
+PortGroup           perl5 1.0
 
-perl5.branches        5.10 5.12 5.14 5.16
-perl5.setup           Catalyst-Plugin-ConfigLoader 0.30
-revision              3
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           Load config files of various types
-long_description      This module will attempt to load find and load a \
-                      configuration file of various types. Currently it \
-                      supports YAML, JSON, XML, INI and Perl formats.
+perl5.branches      5.10 5.12 5.14 5.16
+perl5.setup         Catalyst-Plugin-ConfigLoader 0.30
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Load config files of various types
+long_description    This module will attempt to load find and load a \
+                    configuration file of various types. Currently it \
+                    supports YAML, JSON, XML, INI and Perl formats.
 
-platforms             darwin
+platforms           darwin
 
-checksums             md5 d6cd604120535d5c0ab1160c3a097187 \
-                      sha1 5b08c30693ac7e5a4c1ff6ba0aa007d7f691317f \
-                      rmd160 091f779654b0f0461988d348c84724f2518cbabd
+checksums           md5 d6cd604120535d5c0ab1160c3a097187 \
+                    sha1 5b08c30693ac7e5a4c1ff6ba0aa007d7f691317f \
+                    rmd160 091f779654b0f0461988d348c84724f2518cbabd
 
 if {${perl5.major} != ""} {
-    depends_lib-append    port:p${perl5.major}-catalyst-runtime \
-                          port:p${perl5.major}-config-any \
-                          port:p${perl5.major}-data-visitor \
-                          port:p${perl5.major}-mro-compat
+    depends_lib-append \
+                    port:p${perl5.major}-catalyst-runtime \
+                    port:p${perl5.major}-config-any \
+                    port:p${perl5.major}-data-visitor \
+                    port:p${perl5.major}-mro-compat
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141209/ba2bc4a2/attachment.html>


More information about the macports-changes mailing list