Expect does not get very far without p5-IO-stty and p5-IO-tty. Depend on them.
Trim DESCR
This commit is contained in:
parent
9fa64090e3
commit
afe1c7778e
2 changed files with 4 additions and 14 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.4 2000/08/27 07:11:05 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2001/01/08 17:05:00 abs Exp $
|
||||
|
||||
DISTNAME= Expect.pm-1.07
|
||||
PKGNAME= p5-expect-1.07
|
||||
|
@ -7,6 +7,9 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Expect/}
|
|||
|
||||
MAINTAINER= packages@netbsd.org
|
||||
|
||||
DEPENDS+= p5-IO-stty-*:../../devel/p5-IO-Stty
|
||||
DEPENDS+= p5-IO-tty-*:../../devel/p5-IO-Tty
|
||||
|
||||
USE_PERL5= # defined
|
||||
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Expect/.packlist
|
||||
|
||||
|
|
|
@ -1,14 +1,3 @@
|
|||
|
||||
Expect.pm Ver. 1.07
|
||||
|
||||
To install Expect you will also need IO::Stty which will be in the same
|
||||
directory as you found this package, currently at ftp://ftp.habit.com/pub/perl.
|
||||
You will also need IO::Tty which can be found in Graham Barr's directory on any
|
||||
CPAN site. For each of these the usual perl Makefile.PL;make;make install
|
||||
should work. I haven't implemented a make test for either IO::Stty or Expect.
|
||||
It would probably be wise to read the docs on IO::Tty before doing a make
|
||||
install with it.
|
||||
|
||||
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
|
||||
|
@ -28,5 +17,3 @@ first. :-)
|
|||
|
||||
Austin Schutz
|
||||
tex@habit.com
|
||||
|
||||
6-19-98
|
||||
|
|
Loading…
Reference in a new issue