[123227] trunk/dports/perl/p5-test-pod/Portfile

devans at macports.org devans at macports.org
Wed Aug 6 22:23:23 PDT 2014


Revision: 123227
          https://trac.macports.org/changeset/123227
Author:   devans at macports.org
Date:     2014-08-06 22:23:22 -0700 (Wed, 06 Aug 2014)
Log Message:
-----------
p5-test-pod: add mode line and retab, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-test-pod/Portfile

Modified: trunk/dports/perl/p5-test-pod/Portfile
===================================================================
--- trunk/dports/perl/p5-test-pod/Portfile	2014-08-07 05:21:02 UTC (rev 123226)
+++ trunk/dports/perl/p5-test-pod/Portfile	2014-08-07 05:23:22 UTC (rev 123227)
@@ -1,25 +1,26 @@
+# -*- 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 5.18 5.20
-perl5.setup               Test-Pod 1.48
-maintainers               nomaintainer
-license                   {Artistic GPL-2}
-supported_archs           noarch
+perl5.setup         Test-Pod 1.48
+maintainers         nomaintainer
+license             {Artistic GPL-2}
+supported_archs     noarch
 
-description               check for POD errors in files
-long_description          ${description}
+description         check for POD errors in files
+long_description    ${description}
 
-checksums                 rmd160  46a9af1addf1e7eff5ffb31da422c792e55d8e4d \
-                          sha256  2478cea781d3740ff4ce1432770707248fb3145946244a6d96e459bf14e4bcc2
+checksums           rmd160  46a9af1addf1e7eff5ffb31da422c792e55d8e4d \
+                    sha256  2478cea781d3740ff4ce1432770707248fb3145946244a6d96e459bf14e4bcc2
 
-platforms                 darwin
+platforms           darwin
 
 if {${perl5.major} != ""} {
-depends_lib-append        port:p${perl5.major}-pod-simple \
-                          port:p${perl5.major}-test-simple
+    depends_lib-append  port:p${perl5.major}-pod-simple \
+                    port:p${perl5.major}-test-simple
 
-perl5.use_module_build
+    perl5.use_module_build
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140806/3bd023c0/attachment.html>


More information about the macports-changes mailing list