[128601] trunk/dports/perl/p5-config-any/Portfile

devans at macports.org devans at macports.org
Mon Nov 24 01:40:27 PST 2014


Revision: 128601
          https://trac.macports.org/changeset/128601
Author:   devans at macports.org
Date:     2014-11-24 01:40:27 -0800 (Mon, 24 Nov 2014)
Log Message:
-----------
p5-config-any: add mode line and retab, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-config-any/Portfile

Modified: trunk/dports/perl/p5-config-any/Portfile
===================================================================
--- trunk/dports/perl/p5-config-any/Portfile	2014-11-24 09:39:31 UTC (rev 128600)
+++ trunk/dports/perl/p5-config-any/Portfile	2014-11-24 09:40:27 UTC (rev 128601)
@@ -1,26 +1,28 @@
+# -*- 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.8 5.10 5.12 5.14 5.16
-perl5.setup           Config-Any 0.20
-revision              3
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           Load configuration from different file formats, transparently
-long_description      Config::Any provides a facility for Perl applications \
-                      and libraries to load configuration data from multiple \
-                      different file formats.
+perl5.setup         Config-Any 0.20
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Load configuration from different file formats, transparently
+long_description    Config::Any provides a facility for Perl applications \
+                    and libraries to load configuration data from multiple \
+                    different file formats.
 
-platforms             darwin
+platforms           darwin
 
-checksums             md5 d7272b42ecaa6e6d1ed9a9bd5bd65786 \
-                      sha1 e72fd7fdb990a79ee21e40cd8b7a7252a8ea9d4c \
-                      rmd160 1ac04de15cbfdf1ceab3af07154b1e7731f5cbf6
+checksums           md5 d7272b42ecaa6e6d1ed9a9bd5bd65786 \
+                    sha1 e72fd7fdb990a79ee21e40cd8b7a7252a8ea9d4c \
+                    rmd160 1ac04de15cbfdf1ceab3af07154b1e7731f5cbf6
 
 if {${perl5.major} != ""} {
-depends_lib-append    port:p${perl5.major}-module-pluggable
+    depends_lib-append \
+                    port:p${perl5.major}-module-pluggable
 
-supported_archs       noarch
+    supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141124/a3cd0429/attachment.html>


More information about the macports-changes mailing list