Revision
133419
Author
devans@macports.org
Date
2015-02-28 20:31:10 -0800 (Sat, 28 Feb 2015)

Log Message

p5-text-vimcolor: add mode line and reformat, white space only.

Modified Paths

Diff

Modified: trunk/dports/perl/p5-text-vimcolor/Portfile (133418 => 133419)


--- trunk/dports/perl/p5-text-vimcolor/Portfile	2015-03-01 00:27:42 UTC (rev 133418)
+++ trunk/dports/perl/p5-text-vimcolor/Portfile	2015-03-01 04:31:10 UTC (rev 133419)
@@ -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 5.18 5.20
-perl5.setup		Text-VimColor 0.24
-maintainers		nomaintainer
-description		syntax color text in HTML or XML using Vim.
-long_description	${description} 	
-platforms		darwin
-checksums   		md5 760eb75865168a5e6ede4287c9cf39af \
-			sha1 354471731f3a958c9ed132cff9e414c00ee5cc08 \
-			rmd160 7fff874448ee116e1dc0eef67d1e80e7f1954ce7
+perl5.setup         Text-VimColor 0.24
+maintainers         nomaintainer
+description         syntax color text in HTML or XML using Vim.
+long_description    ${description}  
+platforms           darwin
+checksums           md5 760eb75865168a5e6ede4287c9cf39af \
+                    sha1 354471731f3a958c9ed132cff9e414c00ee5cc08 \
+                    rmd160 7fff874448ee116e1dc0eef67d1e80e7f1954ce7
 
-supported_archs noarch
+supported_archs     noarch
 
 if {${perl5.major} != ""} {
-depends_lib-append port:p${perl5.major}-file-sharedir-install
+    depends_lib-append \
+        port:p${perl5.major}-file-sharedir-install
 }