7fbb8d9527
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
23 lines
577 B
Makefile
23 lines
577 B
Makefile
# $NetBSD: Makefile,v 1.23 2005/08/06 06:19:10 jlam Exp $
|
|
|
|
DISTNAME= Expect-1.15
|
|
PKGNAME= p5-Expect-1.15
|
|
SVR4_PKGNAME= p5exp
|
|
PKGREVISION= 2
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Expect/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
COMMENT= Perl version of the TCL "expect" tool
|
|
|
|
DEPENDS+= p5-IO-stty-[0-9]*:../../devel/p5-IO-Stty
|
|
DEPENDS+= p5-IO-tty-[0-9]*:../../devel/p5-IO-Tty
|
|
|
|
CONFLICTS+= p5-expect-[0-9]*
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/Expect/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|