[131128] trunk/dports/perl/p5-io-pty-easy/Portfile

mojca at macports.org mojca at macports.org
Tue Jan 6 03:25:30 PST 2015


Revision: 131128
          https://trac.macports.org/changeset/131128
Author:   mojca at macports.org
Date:     2015-01-06 03:25:30 -0800 (Tue, 06 Jan 2015)
Log Message:
-----------
p5-io-pty-easy: first line, remove default webpage, whitespace only

Modified Paths:
--------------
    trunk/dports/perl/p5-io-pty-easy/Portfile

Modified: trunk/dports/perl/p5-io-pty-easy/Portfile
===================================================================
--- trunk/dports/perl/p5-io-pty-easy/Portfile	2015-01-06 11:24:14 UTC (rev 131127)
+++ trunk/dports/perl/p5-io-pty-easy/Portfile	2015-01-06 11:25:30 UTC (rev 131128)
@@ -1,25 +1,27 @@
+# -*- 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
-perl5.setup		IO-Pty-Easy 0.07
-revision        3
-license			{Artistic-1 GPL}
-maintainers		nomaintainer
-description		Easy interface to IO::Pty
-long_description	IO::Pty::Easy provides an interface to IO::Pty which \
-					hides most of the ugly details of handling ptys, wrapping \
-					them instead in simple spawn/read/write commands.
-homepage		http://search.cpan.org/dist/IO-Pty-Easy/
-checksums		md5 e68c2c04369cab48af59d09f75568182 \
-				sha1 864cf17087c621ea332425b2a079dcc8b4208f97 \
-				rmd160 9762c4803cdc0c28e7ac22331a1e4bfa833f35e9
-platforms		darwin
+perl5.setup         IO-Pty-Easy 0.07
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Easy interface to IO::Pty
+long_description    IO::Pty::Easy provides an interface to IO::Pty which \
+                    hides most of the ugly details of handling ptys, wrapping \
+                    them instead in simple spawn/read/write commands.
 
+checksums           md5 e68c2c04369cab48af59d09f75568182 \
+                    sha1 864cf17087c621ea332425b2a079dcc8b4208f97 \
+                    rmd160 9762c4803cdc0c28e7ac22331a1e4bfa833f35e9
+
+platforms           darwin
+supported_archs     noarch
+
 if {${perl5.major} != ""} {
-depends_lib-append		port:p${perl5.major}-io-tty
-
-supported_archs noarch
+    depends_lib-append \
+                    port:p${perl5.major}-io-tty
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150106/1142f178/attachment.html>


More information about the macports-changes mailing list