Revision
122861
Author
devans@macports.org
Date
2014-07-31 21:32:32 -0700 (Thu, 31 Jul 2014)

Log Message

p5-class-method-modifiers: add mode line and retab, white space only.

Modified Paths

Diff

Modified: trunk/dports/perl/p5-class-method-modifiers/Portfile (122860 => 122861)


--- trunk/dports/perl/p5-class-method-modifiers/Portfile	2014-08-01 04:30:08 UTC (rev 122860)
+++ trunk/dports/perl/p5-class-method-modifiers/Portfile	2014-08-01 04:32:32 UTC (rev 122861)
@@ -1,22 +1,23 @@
+# -*- 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-Method-Modifiers 2.10
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           provides Moose-like method modifiers
-long_description      ${description}
+perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup         Class-Method-Modifiers 2.10
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         provides Moose-like method modifiers
+long_description    ${description}
 
-platforms             darwin
+platforms           darwin
 
 checksums           rmd160  747a09c14a8a177e84bf8a160851ab23aaf5c95a \
                     sha256  420fb53f789f53ecddc17890b0f648289397cceeb2de05f0994999fdf329e7b6
 
 if {${perl5.major} != ""} {
-depends_lib-append    port:p${perl5.major}-test-exception
+depends_lib-append  port:p${perl5.major}-test-exception
 
-supported_archs       noarch
+supported_archs     noarch
 }