[152051] trunk/dports/perl/p5-sql-abstract-limit/Portfile

devans at macports.org devans at macports.org
Sun Aug 28 02:43:40 PDT 2016


Revision: 152051
          https://trac.macports.org/changeset/152051
Author:   devans at macports.org
Date:     2016-08-28 02:43:40 -0700 (Sun, 28 Aug 2016)
Log Message:
-----------
p5-sql-abstract-limit: add modeline and reformat, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-sql-abstract-limit/Portfile

Modified: trunk/dports/perl/p5-sql-abstract-limit/Portfile
===================================================================
--- trunk/dports/perl/p5-sql-abstract-limit/Portfile	2016-08-28 09:42:37 UTC (rev 152050)
+++ trunk/dports/perl/p5-sql-abstract-limit/Portfile	2016-08-28 09:43:40 UTC (rev 152051)
@@ -1,3 +1,4 @@
+# -*- 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$
 
 # This comment was inserted on 20160713 to force reindexing of
@@ -6,29 +7,30 @@
 # Reindexing is necessary for the new definition to take effect.
 # This comment may be removed in subsequent updates of this port.
 
-PortSystem            1.0
-PortGroup             perl5 1.0
+PortSystem          1.0
+PortGroup           perl5 1.0
 
 perl5.branches      5.22 5.24
-perl5.setup           SQL-Abstract-Limit 0.141
-revision              3
-categories            perl databases
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-supported_archs       noarch
+perl5.setup         SQL-Abstract-Limit 0.141
+revision            3
+categories          perl databases
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+supported_archs     noarch
 
-description           portable LIMIT emulation
-long_description      Portability layer for LIMIT emulation.
+description         portable LIMIT emulation
+long_description    Portability layer for LIMIT emulation.
 
-platforms             darwin
+platforms           darwin
 
-checksums             md5 d8dde39b1d7910ddf5457108c02be552 \
-                      sha1 c84261e381df070b3cdc05e0ce7d740ab212c924 \
-                      rmd160 fbc839dd43198244ae7f5de0f79aa9257d802bed
+checksums           md5 d8dde39b1d7910ddf5457108c02be552 \
+                    sha1 c84261e381df070b3cdc05e0ce7d740ab212c924 \
+                    rmd160 fbc839dd43198244ae7f5de0f79aa9257d802bed
 
 if {${perl5.major} != ""} {
-depends_lib-append    port:p${perl5.major}-sql-abstract \
-                      port:p${perl5.major}-dbi \
-                      port:p${perl5.major}-test-deep \
-                      port:p${perl5.major}-test-exception
+    depends_lib-append \
+                    port:p${perl5.major}-sql-abstract \
+                    port:p${perl5.major}-dbi \
+                    port:p${perl5.major}-test-deep \
+                    port:p${perl5.major}-test-exception
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160828/8a39a240/attachment.html>


More information about the macports-changes mailing list