[128452] trunk/dports/perl/p5-autobox/Portfile

devans at macports.org devans at macports.org
Fri Nov 21 11:13:19 PST 2014


Revision: 128452
          https://trac.macports.org/changeset/128452
Author:   devans at macports.org
Date:     2014-11-21 11:13:19 -0800 (Fri, 21 Nov 2014)
Log Message:
-----------
p5-autobox: add mode line and retab, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-autobox/Portfile

Modified: trunk/dports/perl/p5-autobox/Portfile
===================================================================
--- trunk/dports/perl/p5-autobox/Portfile	2014-11-21 18:21:35 UTC (rev 128451)
+++ trunk/dports/perl/p5-autobox/Portfile	2014-11-21 19:13:19 UTC (rev 128452)
@@ -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.8 5.10 5.12 5.14 5.16
-perl5.setup           autobox 2.72 ../by-authors/id/C/CH/CHOCOLATE/
-revision              3
-license               {Artistic GPL}
-maintainers           nomaintainer
-description           Call methods on native types
-long_description      The autobox pragma allows methods to be called on \
-                      integers, floats, strings, arrays, hashes, and \
-                      code references in exactly the same manner as \
-                      blessed references.
+perl5.setup         autobox 2.72 ../by-authors/id/C/CH/CHOCOLATE/
+revision            3
+license             {Artistic GPL}
+maintainers         nomaintainer
+description         Call methods on native types
+long_description    The autobox pragma allows methods to be called on \
+                    integers, floats, strings, arrays, hashes, and \
+                    code references in exactly the same manner as \
+                    blessed references.
 
-platforms             darwin
+platforms           darwin
 
-checksums             md5 8724a4e90a26e10152c612da06510b3c \
-                      sha1 8718fe28bfe2960032c3d5e046a689479683b820 \
-                      rmd160 d9861240a87384c5517347da094b7ed3d56e0e8a
+checksums           md5 8724a4e90a26e10152c612da06510b3c \
+                    sha1 8718fe28bfe2960032c3d5e046a689479683b820 \
+                    rmd160 d9861240a87384c5517347da094b7ed3d56e0e8a
 
 if {${perl5.major} != ""} {
-    depends_lib-append    port:p${perl5.major}-scope-guard
+    depends_lib-append \
+                    port:p${perl5.major}-scope-guard
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141121/d9e00c50/attachment.html>


More information about the macports-changes mailing list