[152096] trunk/dports/perl/p5-text-iconv/Portfile

devans at macports.org devans at macports.org
Mon Aug 29 03:05:20 PDT 2016


Revision: 152096
          https://trac.macports.org/changeset/152096
Author:   devans at macports.org
Date:     2016-08-29 03:05:20 -0700 (Mon, 29 Aug 2016)
Log Message:
-----------
p5-text-iconv: add modeline and reformat, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-text-iconv/Portfile

Modified: trunk/dports/perl/p5-text-iconv/Portfile
===================================================================
--- trunk/dports/perl/p5-text-iconv/Portfile	2016-08-29 10:04:15 UTC (rev 152095)
+++ trunk/dports/perl/p5-text-iconv/Portfile	2016-08-29 10:05:20 UTC (rev 152096)
@@ -1,3 +1,4 @@
+# -*- 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$
 
 # This comment was inserted on 20160713 to force reindexing of
@@ -6,21 +7,22 @@
 # Reindexing is necessary for the new definition to take effect.
 # This comment may be removed in subsequent updates of this port.
 
-PortSystem            1.0
-PortGroup             perl5 1.0
+PortSystem          1.0
+PortGroup           perl5 1.0
 
 perl5.branches      5.22 5.24
-perl5.setup           Text-Iconv 1.7
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           Perl interface to iconv() codeset conversion function
-long_description      ${description}
+perl5.setup         Text-Iconv 1.7
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Perl interface to iconv() codeset conversion function
+long_description    ${description}
 
-platforms             darwin
+platforms           darwin
 
-checksums             rmd160  ca248984bd161c3f57a15dac48f48d79f7221bbd \
-                      sha256  5b80b7d5e709d34393bcba88971864a17b44a5bf0f9e4bcee383d029e7d2d5c3
+checksums           rmd160  ca248984bd161c3f57a15dac48f48d79f7221bbd \
+                    sha256  5b80b7d5e709d34393bcba88971864a17b44a5bf0f9e4bcee383d029e7d2d5c3
 
 if {${perl5.major} != ""} {
-depends_lib-append    port:libiconv
+    depends_lib-append \
+                    port:libiconv
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160829/1ac45cd5/attachment.html>


More information about the macports-changes mailing list