# $Id: Portfile 86983 2011-11-07 20:38:42Z dports@macports.org $

PortSystem 1.0
PortGroup perl5 1.0

perl5.setup		IO-Pty-Easy 0.07
revision        2
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

if {${perl5.major} != ""} {
depends_lib-append		port:p${perl5.major}-io-tty

supported_archs noarch
}
