Revision
129001
Author
devans@macports.org
Date
2014-12-02 14:42:20 -0800 (Tue, 02 Dec 2014)

Log Message

p5-html-scrubber: add mode line and reformat, white space only.

Modified Paths

Diff

Modified: trunk/dports/perl/p5-html-scrubber/Portfile (129000 => 129001)


--- trunk/dports/perl/p5-html-scrubber/Portfile	2014-12-02 22:09:38 UTC (rev 129000)
+++ trunk/dports/perl/p5-html-scrubber/Portfile	2014-12-02 22:42:20 UTC (rev 129001)
@@ -1,20 +1,24 @@
+# -*- 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.10 5.12 5.14 5.16
-perl5.setup		HTML-Scrubber 0.08
-revision        3
-license			{Artistic-1 GPL}
-maintainers		nomaintainer
-description		Perl extension for scrubbing/sanitizing html
-long_description	${description}
-checksums		md5 abadf246e528f3e2d31717ef8a1d90f2
-platforms		darwin
+perl5.setup         HTML-Scrubber 0.08
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Perl extension for scrubbing/sanitizing html
+long_description    ${description}
+platforms           darwin
+
+checksums           md5 abadf246e528f3e2d31717ef8a1d90f2
+
 if {${perl5.major} != ""} {
-depends_lib-append	port:p${perl5.major}-html-parser \
-			port:p${perl5.major}-test-simple
+    depends_lib-append \
+                    port:p${perl5.major}-html-parser \
+                    port:p${perl5.major}-test-simple
 
-supported_archs noarch
+    supported_archs noarch
 }