Re-import of p5-Expect, a perl module inspired by the Tcl version of Expect.
PR: 16528 Submitted by: Will Andrews <andrews@technologist.com>
This commit is contained in:
parent
f9d18a7ea4
commit
b3900f3c88
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26066
5 changed files with 43 additions and 0 deletions
29
lang/p5-Expect/Makefile
Normal file
29
lang/p5-Expect/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
# New ports collection makefile for: p5-Expect
|
||||||
|
# Version required: 1.07
|
||||||
|
# Date created: 14 Jan 2000
|
||||||
|
# Whom: Will Andrews <andrews@technologist.com>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
DISTNAME= Expect.pm-1.07
|
||||||
|
PKGNAME= p5-Expect-1.07
|
||||||
|
CATEGORIES= lang perl5
|
||||||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
|
MASTER_SITE_SUBDIR= Expect
|
||||||
|
|
||||||
|
MAINTAINER= andrews@technologist.com
|
||||||
|
|
||||||
|
BUILD_DEPENDS= ${SITE_PERL}/IO-Tty.pm:${PORTSDIR}/devel/p5-IO-Tty \
|
||||||
|
${SITE_PERL}/IO-Stty.pm:${PORTSDIR}/devel/p5-IO-Stty
|
||||||
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
|
SITE_PERL= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}
|
||||||
|
USE_PERL5= yes
|
||||||
|
MAN3= Expect.3 Expect_intro.3
|
||||||
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||||
|
|
||||||
|
do-configure:
|
||||||
|
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL LDDLFLAGS=-shared LDFLAGS=-L/usr/lib)
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
lang/p5-Expect/distinfo
Normal file
1
lang/p5-Expect/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (Expect.pm-1.07.tar.gz) = 4777efd478187b1cd29083a9e24ac3bc
|
1
lang/p5-Expect/pkg-comment
Normal file
1
lang/p5-Expect/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Perl module inspired by the Tcl version of Expect
|
6
lang/p5-Expect/pkg-descr
Normal file
6
lang/p5-Expect/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
p5-Expect is a perl module inspired by the Tcl version of Expect.
|
||||||
|
|
||||||
|
FTP: ftp://ftp.habit.com/pub/perl/
|
||||||
|
Author: Austin Schutz <tex@habit.com>
|
||||||
|
|
||||||
|
--Will <andrews@technologist.com>
|
6
lang/p5-Expect/pkg-plist
Normal file
6
lang/p5-Expect/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
lib/perl5/site_perl/%%PERL_VER%%/Expect.pod
|
||||||
|
lib/perl5/site_perl/%%PERL_VER%%/Expect.pm
|
||||||
|
lib/perl5/site_perl/%%PERL_VER%%/Expect_intro.pod
|
||||||
|
lib/perl5/site_perl/%%PERL_VER%%/term-filter.pl
|
||||||
|
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Expect/.packlist
|
||||||
|
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Expect
|
Loading…
Reference in a new issue