Modified: trunk/dports/perl/p5-module-metadata/Portfile (118405 => 118406)
--- trunk/dports/perl/p5-module-metadata/Portfile 2014-04-01 12:23:10 UTC (rev 118405)
+++ trunk/dports/perl/p5-module-metadata/Portfile 2014-04-01 12:28:43 UTC (rev 118406)
@@ -1,22 +1,23 @@
+# -*- 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.8 5.10 5.12 5.14 5.16
-perl5.setup Module-Metadata 1.000014
-license {Artistic GPL}
-maintainers nomaintainer
-description Gather package and POD information from perl module files
-long_description ${description}
+perl5.setup Module-Metadata 1.000014
+license {Artistic GPL}
+maintainers nomaintainer
+description Gather package and POD information from perl module files
+long_description ${description}
-platforms darwin
+platforms darwin
-checksums rmd160 b15359c75329513adb237eafcfa0a1fc2088de59 \
- sha256 60f27e8b8b0872e00745d911bd9eaf7157271fc2b9b4bb36da17c8aa7f550be3
+checksums rmd160 b15359c75329513adb237eafcfa0a1fc2088de59 \
+ sha256 60f27e8b8b0872e00745d911bd9eaf7157271fc2b9b4bb36da17c8aa7f550be3
if {${perl5.major} != ""} {
-depends_lib-append port:p${perl5.major}-version
+depends_lib-append port:p${perl5.major}-version
-supported_archs noarch
+supported_archs noarch
}