# -*- 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 perl5.branches 5.16 5.18 5.20 5.22 perl5.setup Expect 1.32 license {Artistic-1 GPL} 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. checksums rmd160 f59f69705929904bf60ee00907f0c2ed2e8215a5 \ sha256 d1f96842a5c7dd8516b202b530d87a70b65e7054d3bf975c34f6a42084e54e25 platforms darwin supported_archs noarch if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-test-exception depends_lib-append \ port:p${perl5.major}-io-tty }