Revision
132494
Author
devans@macports.org
Date
2015-02-02 09:19:21 -0800 (Mon, 02 Feb 2015)

Log Message

p5.20-pdf-reuse: add modeline and reformat, white space only.

Modified Paths

Diff

Modified: trunk/dports/perl/p5-pdf-reuse/Portfile (132493 => 132494)


--- trunk/dports/perl/p5-pdf-reuse/Portfile	2015-02-02 17:18:02 UTC (rev 132493)
+++ trunk/dports/perl/p5-pdf-reuse/Portfile	2015-02-02 17:19:21 UTC (rev 132494)
@@ -1,23 +1,25 @@
+# -*- 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 5.18 5.20
-perl5.setup       PDF-Reuse 0.35
-license           {Artistic-1 GPL}
-maintainers       nomaintainer
-description       Reuse and mass produce PDF documents
-long_description  ${description}
+perl5.setup         PDF-Reuse 0.35
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Reuse and mass produce PDF documents
+long_description    ${description}
 
-platforms         darwin
+platforms           darwin
 
-checksums         md5 1e2541eacaf8df4f4012312f6c353688 \
-                  sha1 1c781ff9ad97a226eb09e15a2db353846e48d476 \
-                  rmd160 e539cdaf61af20d8fe354c8f5e7a2eef124ff73a
+checksums           md5 1e2541eacaf8df4f4012312f6c353688 \
+                    sha1 1c781ff9ad97a226eb09e15a2db353846e48d476 \
+                    rmd160 e539cdaf61af20d8fe354c8f5e7a2eef124ff73a
 
 if {${perl5.major} != ""} {
-depends_lib-append	port:p${perl5.major}-io-compress
+    depends_lib-append \
+                    port:p${perl5.major}-io-compress
 
-supported_archs noarch
+    supported_archs noarch
 }