[133763] trunk/dports/perl/p5-module-find/Portfile

devans at macports.org devans at macports.org
Tue Mar 10 15:12:43 PDT 2015


Revision: 133763
          https://trac.macports.org/changeset/133763
Author:   devans at macports.org
Date:     2015-03-10 15:12:43 -0700 (Tue, 10 Mar 2015)
Log Message:
-----------
p5-module-find: add mode line and reformat, white space only.

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

Modified: trunk/dports/perl/p5-module-find/Portfile
===================================================================
--- trunk/dports/perl/p5-module-find/Portfile	2015-03-10 21:57:52 UTC (rev 133762)
+++ trunk/dports/perl/p5-module-find/Portfile	2015-03-10 22:12:43 UTC (rev 133763)
@@ -1,23 +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.16 5.18 5.20
-perl5.setup           Module-Find 0.12
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           Find and use installed modules in a (sub)category
-long_description      Module::Find lets you find and use modules in categories.
+perl5.setup         Module-Find 0.12
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Find and use installed modules in a (sub)category
+long_description    Module::Find lets you find and use modules in categories.
 
-platforms             darwin
+platforms           darwin
 
-checksums             md5 abd614f3ebca68b4e7cc474400a8c0f2 \
-                      sha1 d54faffea787012dfcbd2d216fc42d86299f6dd3 \
-                      rmd160 c1300912791280163d4859cbe9f816756c7d844f
+checksums           md5 abd614f3ebca68b4e7cc474400a8c0f2 \
+                    sha1 d54faffea787012dfcbd2d216fc42d86299f6dd3 \
+                    rmd160 c1300912791280163d4859cbe9f816756c7d844f
 
 if {${perl5.major} != ""} {
-depends_lib-append    port:p${perl5.major}-test-pod-coverage
+    depends_lib-append \
+                    port:p${perl5.major}-test-pod-coverage
 
-supported_archs       noarch
+    supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150310/4a448dca/attachment-0001.html>


More information about the macports-changes mailing list