[152151] trunk/dports/perl/p5-xml-parser-lite-tree/Portfile

devans at macports.org devans at macports.org
Tue Aug 30 00:21:29 PDT 2016


Revision: 152151
          https://trac.macports.org/changeset/152151
Author:   devans at macports.org
Date:     2016-08-30 00:21:28 -0700 (Tue, 30 Aug 2016)
Log Message:
-----------
p5-xml-parser-lite-tree: add modeline and reformat.

Modified Paths:
--------------
    trunk/dports/perl/p5-xml-parser-lite-tree/Portfile

Modified: trunk/dports/perl/p5-xml-parser-lite-tree/Portfile
===================================================================
--- trunk/dports/perl/p5-xml-parser-lite-tree/Portfile	2016-08-30 07:20:32 UTC (rev 152150)
+++ trunk/dports/perl/p5-xml-parser-lite-tree/Portfile	2016-08-30 07:21:28 UTC (rev 152151)
@@ -1,3 +1,4 @@
+# -*- 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$
 
 # This comment was inserted on 20160713 to force reindexing of
@@ -6,22 +7,23 @@
 # Reindexing is necessary for the new definition to take effect.
 # This comment may be removed in subsequent updates of this port.
 
-PortSystem      1.0
-PortGroup       perl5 1.0
+PortSystem          1.0
+PortGroup           perl5 1.0
 
 perl5.branches      5.22 5.24
-perl5.setup     XML-Parser-Lite-Tree 0.14
-license         Artistic-2 {Artistic-1 GPL}
-maintainers     nomaintainer
+perl5.setup         XML-Parser-Lite-Tree 0.14
+license             Artistic-2 {Artistic-1 GPL}
+maintainers         nomaintainer
 categories-append   textproc
-description     Lightweight XML tree builder
+description         Lightweight XML tree builder
 long_description    ${description}
-checksums       md5     60d815773e13dc67a370e2482b7e4aa4 \
-                sha1    09fdefa09c2ee8389d65204863904dd6ce2fab04 \
-                rmd160  a2be7e789c768d3386eaa048c3198a7bcaeb0130
-platforms       darwin
+checksums           md5     60d815773e13dc67a370e2482b7e4aa4 \
+                    sha1    09fdefa09c2ee8389d65204863904dd6ce2fab04 \
+                    rmd160  a2be7e789c768d3386eaa048c3198a7bcaeb0130
+platforms           darwin
 if {${perl5.major} != ""} {
-depends_lib-append	port:p${perl5.major}-soap-lite
+    depends_lib-append /
+                    port:p${perl5.major}-soap-lite
 
-supported_archs noarch
+    supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160830/3cf3870d/attachment.html>


More information about the macports-changes mailing list