[124006] trunk/dports/perl/p5-module-scandeps/Portfile

devans at macports.org devans at macports.org
Sun Aug 17 03:20:49 PDT 2014


Revision: 124006
          https://trac.macports.org/changeset/124006
Author:   devans at macports.org
Date:     2014-08-17 03:20:49 -0700 (Sun, 17 Aug 2014)
Log Message:
-----------
p5-module-scandeps: add mode line and retab, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-module-scandeps/Portfile

Modified: trunk/dports/perl/p5-module-scandeps/Portfile
===================================================================
--- trunk/dports/perl/p5-module-scandeps/Portfile	2014-08-17 10:18:37 UTC (rev 124005)
+++ trunk/dports/perl/p5-module-scandeps/Portfile	2014-08-17 10:20:49 UTC (rev 124006)
@@ -1,29 +1,30 @@
+# -*- 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           Module-ScanDeps 1.14
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           Recursively scan Perl code for dependencies
-long_description      This module scans potential modules used by \
-                      perl programs, and returns a hash reference\; its keys \
-                      are the module names as appears in %INC \
-                      (e.g. Test/More.pm)\; the values are hash references \
-                      with this structure:
+perl5.setup         Module-ScanDeps 1.14
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Recursively scan Perl code for dependencies
+long_description    This module scans potential modules used by \
+                    perl programs, and returns a hash reference\; its keys \
+                    are the module names as appears in %INC \
+                    (e.g. Test/More.pm)\; the values are hash references \
+                    with this structure:
 
-platforms             darwin
+platforms           darwin
 
 checksums           rmd160  b089e53e3bba002125b6cab92c23b7db20d11a9d \
                     sha256  52969ef4d4f491af89f228d1bd45782002f93c56ff4290274fd70007b5ca0bf9
 
 if {${perl5.major} != ""} {
-	depends_lib-append \
-		   port:p${perl5.major}-module-build \
-		   port:p${perl5.major}-test-requires \
-                   port:p${perl5.major}-version
+    depends_lib-append \
+                    port:p${perl5.major}-module-build \
+                    port:p${perl5.major}-test-requires \
+                    port:p${perl5.major}-version
 
-supported_archs       noarch
+    supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140817/da8d112c/attachment.html>


More information about the macports-changes mailing list