[128588] trunk/dports/perl/p5-class-accessor-grouped/Portfile

devans at macports.org devans at macports.org
Mon Nov 24 00:31:55 PST 2014


Revision: 128588
          https://trac.macports.org/changeset/128588
Author:   devans at macports.org
Date:     2014-11-24 00:31:54 -0800 (Mon, 24 Nov 2014)
Log Message:
-----------
p5-class-accessor-grouped: add mode line and retab, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-class-accessor-grouped/Portfile

Modified: trunk/dports/perl/p5-class-accessor-grouped/Portfile
===================================================================
--- trunk/dports/perl/p5-class-accessor-grouped/Portfile	2014-11-24 08:27:43 UTC (rev 128587)
+++ trunk/dports/perl/p5-class-accessor-grouped/Portfile	2014-11-24 08:31:54 UTC (rev 128588)
@@ -1,27 +1,29 @@
+# -*- 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           Class-Accessor-Grouped 0.10010
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-supported_archs       noarch
+perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup         Class-Accessor-Grouped 0.10010
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+supported_archs     noarch
 
-description           Lets you build groups of accessors
-long_description      This class lets you build groups of accessors that \
-                      will call different getters and setters.
+description         Lets you build groups of accessors
+long_description    This class lets you build groups of accessors that \
+                    will call different getters and setters.
 
-platforms             darwin
+platforms           darwin
 
-checksums             md5 c2416c6d68b9bda3a8cbe9daff3a140c \
-                      sha1 1931328a61ddb4e6662ee2e296ed4dfa28ec7e5d \
-                      rmd160 9d5fe59160946a99154f0b57b5957a9a7049cb85
+checksums           md5 c2416c6d68b9bda3a8cbe9daff3a140c \
+                    sha1 1931328a61ddb4e6662ee2e296ed4dfa28ec7e5d \
+                    rmd160 9d5fe59160946a99154f0b57b5957a9a7049cb85
 
 if {${perl5.major} != ""} {
-depends_lib-append    port:p${perl5.major}-class-inspector \
-                      port:p${perl5.major}-mro-compat \
-                      port:p${perl5.major}-test-exception \
-                      port:p${perl5.major}-test-simple
+    depends_lib-append \
+                    port:p${perl5.major}-class-inspector \
+                    port:p${perl5.major}-mro-compat \
+                    port:p${perl5.major}-test-exception \
+                    port:p${perl5.major}-test-simple
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141124/c1d9f47d/attachment.html>


More information about the macports-changes mailing list