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

PortSystem 1.0
PortGroup perl5 1.0

perl5.setup      Expect 1.20
maintainers      nomaintainer
description      Perl version of the TCL "expect" tool
long_description \
    The Expect for Perl module was inspired more by the functionality \
    the Tcl tool provides than any previous Expect-like tool such as \
    Comm.pl or chat2.pl.  I've had some comments that people may not \
    have heard of the original Tcl version of Expect, or where \
    documentation (book form) on Expect may be obtained.

platforms        darwin
homepage         http://search.cpan.org/~rgiersig/${name}-${version}/
checksums        md5 9134ae3778285bcf8c3ffdba1a177886

depends_lib-append      port:p5-io-tty port:p5-io-stty

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