[130014] trunk/dports/perl/p5-exception-class/Portfile

devans at macports.org devans at macports.org
Wed Dec 24 11:10:56 PST 2014


Revision: 130014
          https://trac.macports.org/changeset/130014
Author:   devans at macports.org
Date:     2014-12-24 11:10:56 -0800 (Wed, 24 Dec 2014)
Log Message:
-----------
p5-exception-class: add mode line and reformat, white space only.

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

Modified: trunk/dports/perl/p5-exception-class/Portfile
===================================================================
--- trunk/dports/perl/p5-exception-class/Portfile	2014-12-24 19:09:42 UTC (rev 130013)
+++ trunk/dports/perl/p5-exception-class/Portfile	2014-12-24 19:10:56 UTC (rev 130014)
@@ -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.10 5.12 5.14 5.16 5.18 5.20
-perl5.setup           Exception-Class 1.38
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-supported_archs       noarch
+perl5.branches      5.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup         Exception-Class 1.38
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+supported_archs     noarch
 
-description           A module that allows you to declare real exception \
-                      classes in Perl
-long_description      Exception::Class allows you to declare exception \
-                      hierarchies in your modules in a "Java-esque" manner.
+description         A module that allows you to declare real exception \
+                    classes in Perl
+long_description    Exception::Class allows you to declare exception \
+                    hierarchies in your modules in a "Java-esque" manner.
 
-platforms             darwin
+platforms           darwin
 
-checksums             md5 4d7203a95893449f53ccacb385981569 \
-                      sha1 9d89b52a2ca3de1a1f42d40a8797e6510184107e \
-                      rmd160 17648d0c37435ea7bd727f717d7a65b6bfc66fb3
+checksums           md5 4d7203a95893449f53ccacb385981569 \
+                    sha1 9d89b52a2ca3de1a1f42d40a8797e6510184107e \
+                    rmd160 17648d0c37435ea7bd727f717d7a65b6bfc66fb3
 
 if {${perl5.major} != ""} {
-depends_lib-append    port:p${perl5.major}-devel-stacktrace \
-                      port:p${perl5.major}-class-data-inheritable \
-                      port:p${perl5.major}-test-simple
+    depends_lib-append \
+                    port:p${perl5.major}-devel-stacktrace \
+                    port:p${perl5.major}-class-data-inheritable \
+                    port:p${perl5.major}-test-simple
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141224/36fd5f1c/attachment-0001.html>


More information about the macports-changes mailing list