[152149] trunk/dports/perl/p5-xml-dom-xpath/Portfile

devans at macports.org devans at macports.org
Tue Aug 30 00:20:12 PDT 2016


Revision: 152149
          https://trac.macports.org/changeset/152149
Author:   devans at macports.org
Date:     2016-08-30 00:20:12 -0700 (Tue, 30 Aug 2016)
Log Message:
-----------
p5-xml-dom-xpath: add modeline and reformat.

Modified Paths:
--------------
    trunk/dports/perl/p5-xml-dom-xpath/Portfile

Modified: trunk/dports/perl/p5-xml-dom-xpath/Portfile
===================================================================
--- trunk/dports/perl/p5-xml-dom-xpath/Portfile	2016-08-30 07:18:57 UTC (rev 152148)
+++ trunk/dports/perl/p5-xml-dom-xpath/Portfile	2016-08-30 07:20:12 UTC (rev 152149)
@@ -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,26 +7,27 @@
 # 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-DOM-XPath 0.14
-revision              3
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           Adds XPath support to XML::DOM, using XML::XPath engine
-long_description      ${description}
+perl5.setup         XML-DOM-XPath 0.14
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Adds XPath support to XML::DOM, using XML::XPath engine
+long_description    ${description}
 
-platforms             darwin
+platforms           darwin
 
-checksums             md5 51a40df96c2f92829e1a4f84782fa75e \
-                      sha1 624358219a984a04a0ea884c95d1386bd10eed24 \
-                      rmd160 d9bdbcc3514bae2bf3f8e533888fb74cbd7ee1d9
+checksums           md5 51a40df96c2f92829e1a4f84782fa75e \
+                    sha1 624358219a984a04a0ea884c95d1386bd10eed24 \
+                    rmd160 d9bdbcc3514bae2bf3f8e533888fb74cbd7ee1d9
 
 if {${perl5.major} != ""} {
-depends_lib-append    port:p${perl5.major}-xml-dom \
-                      port:p${perl5.major}-xml-xpathengine
+    depends_lib-append \
+                    port:p${perl5.major}-xml-dom \
+                    port:p${perl5.major}-xml-xpathengine
 
-supported_archs noarch
+    supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160830/bd100067/attachment.html>


More information about the macports-changes mailing list