[151161] trunk/dports/perl/p5-class-dbi/Portfile

devans at macports.org devans at macports.org
Mon Aug 8 22:15:44 PDT 2016


Revision: 151161
          https://trac.macports.org/changeset/151161
Author:   devans at macports.org
Date:     2016-08-08 22:15:43 -0700 (Mon, 08 Aug 2016)
Log Message:
-----------
p5-class-dbi: reformat per modeline, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-class-dbi/Portfile

Modified: trunk/dports/perl/p5-class-dbi/Portfile
===================================================================
--- trunk/dports/perl/p5-class-dbi/Portfile	2016-08-09 05:12:56 UTC (rev 151160)
+++ trunk/dports/perl/p5-class-dbi/Portfile	2016-08-09 05:15:43 UTC (rev 151161)
@@ -7,35 +7,36 @@
 # 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           Class-DBI 3.0.17
-revision              4
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           Simple Database Abstraction
-long_description      Class::DBI provides a convenient abstraction layer to \
-                      a database. It not only provides a simple database to \
-                      object mapping layer, but can be used to implement \
-                      several higher order database functions (triggers, \
-                      referential integrity, cascading delete etc.), at the \
-                      application level, rather than at the database.
-distname              Class-DBI-v${perl5.moduleversion}
+perl5.setup         Class-DBI 3.0.17
+revision            4
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Simple Database Abstraction
+long_description    Class::DBI provides a convenient abstraction layer to \
+                    a database. It not only provides a simple database to \
+                    object mapping layer, but can be used to implement \
+                    several higher order database functions (triggers, \
+                    referential integrity, cascading delete etc.), at the \
+                    application level, rather than at the database.
+distname            Class-DBI-v${perl5.moduleversion}
 
-platforms             darwin
+platforms           darwin
 
-checksums             rmd160  f62f8b37765a287d816180735e2b094a014d0946 \
-                      sha256  541354fe361c56850cb11261f6ca089a14573fa764792447444ff736ae626206
+checksums           rmd160  f62f8b37765a287d816180735e2b094a014d0946 \
+                    sha256  541354fe361c56850cb11261f6ca089a14573fa764792447444ff736ae626206
 
 if {${perl5.major} != ""} {
-depends_lib-append    port:p${perl5.major}-class-accessor \
-                      port:p${perl5.major}-class-data-inheritable \
-                      port:p${perl5.major}-class-trigger \
-                      port:p${perl5.major}-clone \
-                      port:p${perl5.major}-ima-dbi \
-                      port:p${perl5.major}-universal-moniker \
-                      port:p${perl5.major}-version
+    depends_lib-append \
+                    port:p${perl5.major}-class-accessor \
+                    port:p${perl5.major}-class-data-inheritable \
+                    port:p${perl5.major}-class-trigger \
+                    port:p${perl5.major}-clone \
+                    port:p${perl5.major}-ima-dbi \
+                    port:p${perl5.major}-universal-moniker \
+                    port:p${perl5.major}-version
 }
-livecheck.version     v${perl5.moduleversion}
+livecheck.version   v${perl5.moduleversion}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160808/55e2c7df/attachment.html>


More information about the macports-changes mailing list