Modified: trunk/dports/perl/p5-ipc-run/Portfile (122913 => 122914)
--- trunk/dports/perl/p5-ipc-run/Portfile 2014-08-02 05:04:04 UTC (rev 122913)
+++ trunk/dports/perl/p5-ipc-run/Portfile 2014-08-02 05:06:13 UTC (rev 122914)
@@ -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 5.18 5.20
-perl5.setup IPC-Run 0.92
-maintainers nomaintainer
-license {Artistic GPL}
-description system() and background procs w/ piping, redirs, ptys
-long_description ${description}
+perl5.setup IPC-Run 0.92
+maintainers nomaintainer
+license {Artistic GPL}
+description system() and background procs w/ piping, redirs, ptys
+long_description ${description}
-platforms darwin
+platforms darwin
checksums rmd160 7beed806c129e214cc54854fbcc1c6ea28447282 \
sha256 e186b46ddf1577d24f11eec1ba42285963c3f71ec7ecb1ce51d6e88c729d46d2
if {${perl5.major} != ""} {
-depends_lib-append port:p${perl5.major}-io-tty
+ depends_lib-append port:p${perl5.major}-io-tty
-supported_archs noarch
+ supported_archs noarch
}