Revision
118378
Author
mojca@macports.org
Date
2014-04-01 03:13:58 -0700 (Tue, 01 Apr 2014)

Log Message

p5-ipc-cmd: whitespace only

Modified Paths

Diff

Modified: trunk/dports/perl/p5-ipc-cmd/Portfile (118377 => 118378)


--- trunk/dports/perl/p5-ipc-cmd/Portfile	2014-04-01 10:09:14 UTC (rev 118377)
+++ trunk/dports/perl/p5-ipc-cmd/Portfile	2014-04-01 10:13:58 UTC (rev 118378)
@@ -1,24 +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
+PortSystem          1.0
+PortGroup           perl5 1.0
 
 perl5.branches      5.8 5.10 5.12 5.14 5.16
-perl5.setup           IPC-Cmd 0.82 ../by-authors/id/B/BI/BINGOS/
-license               {Artistic GPL}
-maintainers           nomaintainer
-description           finding and running system commands made easy
-long_description      ${description}
+perl5.setup         IPC-Cmd 0.82 ../by-authors/id/B/BI/BINGOS/
+license             {Artistic GPL}
+maintainers         nomaintainer
+description         finding and running system commands made easy
+long_description    ${description}
 
-platforms             darwin
+platforms           darwin
 
-checksums             rmd160  8442de8e88e6e4040305adac8597880806b37138 \
-                      sha256  1fa91940050f512d090ed559e5e8bd93c5e27983b07ecbaabc2da75a5530c3b8
+checksums           rmd160  8442de8e88e6e4040305adac8597880806b37138 \
+                    sha256  1fa91940050f512d090ed559e5e8bd93c5e27983b07ecbaabc2da75a5530c3b8
 
 if {${perl5.major} != ""} {
-depends_lib-append    port:p${perl5.major}-locale-maketext-simple \
-                      port:p${perl5.major}-module-load-conditional \
-                      port:p${perl5.major}-params-check
+depends_lib-append  port:p${perl5.major}-locale-maketext-simple \
+                    port:p${perl5.major}-module-load-conditional \
+                    port:p${perl5.major}-params-check
 
-supported_archs       noarch
+supported_archs     noarch
 }