[130913] trunk/dports/perl/p5-compress-bzip2/Portfile

devans at macports.org devans at macports.org
Sat Jan 3 17:19:58 PST 2015


Revision: 130913
          https://trac.macports.org/changeset/130913
Author:   devans at macports.org
Date:     2015-01-03 17:19:58 -0800 (Sat, 03 Jan 2015)
Log Message:
-----------
p5-compress-bzip2: add mode line and reformat, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-compress-bzip2/Portfile

Modified: trunk/dports/perl/p5-compress-bzip2/Portfile
===================================================================
--- trunk/dports/perl/p5-compress-bzip2/Portfile	2015-01-04 01:05:52 UTC (rev 130912)
+++ trunk/dports/perl/p5-compress-bzip2/Portfile	2015-01-04 01:19:58 UTC (rev 130913)
@@ -1,20 +1,22 @@
+# -*- 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.16
-perl5.setup			Compress-Bzip2 2.09
+perl5.setup         Compress-Bzip2 2.09
 revision            3
-license				{Artistic-1 GPL}
-maintainers			nomaintainer
-description			Perl interface to the bzip2 compression algorithms
-long_description	${description}
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Perl interface to the bzip2 compression algorithms
+long_description    ${description}
 
-platforms			darwin
+platforms           darwin
 
 if {${perl5.major} != ""} {
-depends_lib-append	port:bzip2
+    depends_lib-append \
+                    port:bzip2
 
-checksums			md5 1699fde3e86f2a036f135ae606d456bf
+    checksums       md5 1699fde3e86f2a036f135ae606d456bf
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150103/d19f63ec/attachment.html>


More information about the macports-changes mailing list