[129001] trunk/dports/perl/p5-html-scrubber/Portfile

devans at macports.org devans at macports.org
Tue Dec 2 14:42:20 PST 2014


Revision: 129001
          https://trac.macports.org/changeset/129001
Author:   devans at 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:
--------------
    trunk/dports/perl/p5-html-scrubber/Portfile

Modified: trunk/dports/perl/p5-html-scrubber/Portfile
===================================================================
--- 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
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141202/0c37c78b/attachment-0001.html>


More information about the macports-changes mailing list