diff options
author | abs <abs@pkgsrc.org> | 2001-01-08 17:05:00 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2001-01-08 17:05:00 +0000 |
commit | afe1c7778eb8a6d7f5b91569989ce2d8800642b4 (patch) | |
tree | 63bab6921d6b1e18f94db0ea6e62ff31c5dd40ab /devel | |
parent | 9fa64090e3af17481061e19aa464e57f425320db (diff) | |
download | pkgsrc-afe1c7778eb8a6d7f5b91569989ce2d8800642b4.tar.gz |
Expect does not get very far without p5-IO-stty and p5-IO-tty. Depend on them.
Trim DESCR
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Expect/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Expect/pkg/DESCR | 13 |
2 files changed, 4 insertions, 14 deletions
diff --git a/devel/p5-Expect/Makefile b/devel/p5-Expect/Makefile index 2257e11acdb..972b61aca97 100644 --- a/devel/p5-Expect/Makefile +++ b/devel/p5-Expect/Makefile @@ -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 diff --git a/devel/p5-Expect/pkg/DESCR b/devel/p5-Expect/pkg/DESCR index 3108191a937..e22e0d746f7 100644 --- a/devel/p5-Expect/pkg/DESCR +++ b/devel/p5-Expect/pkg/DESCR @@ -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 |