Modified: trunk/dports/perl/p5-xml-dom/Portfile (139771 => 139772)
--- trunk/dports/perl/p5-xml-dom/Portfile 2015-08-26 16:37:44 UTC (rev 139771)
+++ trunk/dports/perl/p5-xml-dom/Portfile 2015-08-26 16:44:59 UTC (rev 139772)
@@ -1,28 +1,30 @@
+# -*- 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 5.22
-perl5.setup XML-DOM 1.44
-revision 4
-license {Artistic-1 GPL}
-maintainers nomaintainer
-description A perl module for building DOM Level 1 compliant \
- document structures
-long_description ${description}
+perl5.setup XML-DOM 1.44
+revision 4
+license {Artistic-1 GPL}
+maintainers nomaintainer
+description A perl module for building DOM Level 1 compliant \
+ document structures
+long_description ${description}
-platforms darwin
+platforms darwin
-checksums md5 1ec2032a06e5762984f7a332c199c205 \
- sha1 bea3dd8dbe83784e8de94c8cb8bc7febf665ffc6 \
- rmd160 2810f00c3d6d493095e46250be7ad3e1c3c2ed1d
+checksums md5 1ec2032a06e5762984f7a332c199c205 \
+ sha1 bea3dd8dbe83784e8de94c8cb8bc7febf665ffc6 \
+ rmd160 2810f00c3d6d493095e46250be7ad3e1c3c2ed1d
if {${perl5.major} != ""} {
-depends_lib-append port:p${perl5.major}-libwww-perl \
- port:p${perl5.major}-xml-parser \
- port:p${perl5.major}-libxml-perl \
- port:p${perl5.major}-xml-regexp
+ depends_lib-append \
+ port:p${perl5.major}-libwww-perl \
+ port:p${perl5.major}-xml-parser \
+ port:p${perl5.major}-libxml-perl \
+ port:p${perl5.major}-xml-regexp
-supported_archs noarch
+ supported_archs noarch
}