# $Id: Portfile 67067 2010-04-28 10:52:35Z ryandesign@macports.org $

PortSystem 1.0
PortGroup perl5 1.0

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

depends_lib-append		port:p5-io-tty

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
