[130897] trunk/dports/perl/p5-class-dbi-plugin/Portfile

devans at macports.org devans at macports.org
Sat Jan 3 16:19:56 PST 2015


Revision: 130897
          https://trac.macports.org/changeset/130897
Author:   devans at macports.org
Date:     2015-01-03 16:19:56 -0800 (Sat, 03 Jan 2015)
Log Message:
-----------
p5-class-dbi-plugin: add mode line and reformat, white space only.

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

Modified: trunk/dports/perl/p5-class-dbi-plugin/Portfile
===================================================================
--- trunk/dports/perl/p5-class-dbi-plugin/Portfile	2015-01-04 00:18:04 UTC (rev 130896)
+++ trunk/dports/perl/p5-class-dbi-plugin/Portfile	2015-01-04 00:19:56 UTC (rev 130897)
@@ -1,25 +1,27 @@
+# -*- 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
-perl5.setup           Class-DBI-Plugin 0.03
-revision              3
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           Abstract base class for Class::DBI plugins
-long_description      Class::DBI::Plugin is an abstract base class for \
-                      Class::DBI plugins. Its purpose is to make writing \
-                      plugins easier. Writers of plugins should be able to \
-                      concentrate on the functionality their module \
-                      provides, instead of having to deal with the symbol \
-                      table hackery involved when writing a plugin module.
+perl5.setup         Class-DBI-Plugin 0.03
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Abstract base class for Class::DBI plugins
+long_description    Class::DBI::Plugin is an abstract base class for \
+                    Class::DBI plugins. Its purpose is to make writing \
+                    plugins easier. Writers of plugins should be able to \
+                    concentrate on the functionality their module \
+                    provides, instead of having to deal with the symbol \
+                    table hackery involved when writing a plugin module.
 
-platforms             darwin
+platforms           darwin
 
-checksums             md5 b020611a93fe51cbcdfd78f2cbf872cb
+checksums           md5 b020611a93fe51cbcdfd78f2cbf872cb
 
 if {${perl5.major} != ""} {
-depends_lib-append    port:p${perl5.major}-class-dbi
+    depends_lib-append \
+                    port:p${perl5.major}-class-dbi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150103/1057b9c2/attachment.html>


More information about the macports-changes mailing list