From b3900f3c880d5d146c3fd479c4b2de3cd408c77b Mon Sep 17 00:00:00 2001 From: "Chris D. Faulhaber" Date: Sun, 20 Feb 2000 22:01:37 +0000 Subject: Re-import of p5-Expect, a perl module inspired by the Tcl version of Expect. PR: 16528 Submitted by: Will Andrews --- lang/p5-Expect/Makefile | 29 +++++++++++++++++++++++++++++ lang/p5-Expect/distinfo | 1 + lang/p5-Expect/pkg-comment | 1 + lang/p5-Expect/pkg-descr | 6 ++++++ lang/p5-Expect/pkg-plist | 6 ++++++ 5 files changed, 43 insertions(+) create mode 100644 lang/p5-Expect/Makefile create mode 100644 lang/p5-Expect/distinfo create mode 100644 lang/p5-Expect/pkg-comment create mode 100644 lang/p5-Expect/pkg-descr create mode 100644 lang/p5-Expect/pkg-plist (limited to 'lang/p5-Expect') diff --git a/lang/p5-Expect/Makefile b/lang/p5-Expect/Makefile new file mode 100644 index 000000000000..d003db5ad381 --- /dev/null +++ b/lang/p5-Expect/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: p5-Expect +# Version required: 1.07 +# Date created: 14 Jan 2000 +# Whom: Will Andrews +# +# $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 diff --git a/lang/p5-Expect/distinfo b/lang/p5-Expect/distinfo new file mode 100644 index 000000000000..f063f72608b3 --- /dev/null +++ b/lang/p5-Expect/distinfo @@ -0,0 +1 @@ +MD5 (Expect.pm-1.07.tar.gz) = 4777efd478187b1cd29083a9e24ac3bc diff --git a/lang/p5-Expect/pkg-comment b/lang/p5-Expect/pkg-comment new file mode 100644 index 000000000000..e383c542d5cc --- /dev/null +++ b/lang/p5-Expect/pkg-comment @@ -0,0 +1 @@ +Perl module inspired by the Tcl version of Expect diff --git a/lang/p5-Expect/pkg-descr b/lang/p5-Expect/pkg-descr new file mode 100644 index 000000000000..1adf840cade4 --- /dev/null +++ b/lang/p5-Expect/pkg-descr @@ -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 + +--Will diff --git a/lang/p5-Expect/pkg-plist b/lang/p5-Expect/pkg-plist new file mode 100644 index 000000000000..80591329f0ec --- /dev/null +++ b/lang/p5-Expect/pkg-plist @@ -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 -- cgit v1.2.3