diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-02-21 06:01:37 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-02-21 06:01:37 +0800 |
commit | 515bd5ab0c299dde8338afb6660bbd40ebefca3c (patch) | |
tree | c1f9bdd8c5fe69695bc0d6848a5be7ca75b5e611 /lang/p5-Expect | |
parent | d67c5cfb1b067a43a04e1c4ec66d6c3dd3853c95 (diff) | |
download | freebsd-ports-graphics-515bd5ab0c299dde8338afb6660bbd40ebefca3c.tar.gz freebsd-ports-graphics-515bd5ab0c299dde8338afb6660bbd40ebefca3c.tar.zst freebsd-ports-graphics-515bd5ab0c299dde8338afb6660bbd40ebefca3c.zip |
Re-import of p5-Expect, a perl module inspired by the Tcl version of Expect.
PR: 16528
Submitted by: Will Andrews <andrews@technologist.com>
Diffstat (limited to 'lang/p5-Expect')
-rw-r--r-- | lang/p5-Expect/Makefile | 29 | ||||
-rw-r--r-- | lang/p5-Expect/distinfo | 1 | ||||
-rw-r--r-- | lang/p5-Expect/pkg-comment | 1 | ||||
-rw-r--r-- | lang/p5-Expect/pkg-descr | 6 | ||||
-rw-r--r-- | lang/p5-Expect/pkg-plist | 6 |
5 files changed, 43 insertions, 0 deletions
diff --git a/lang/p5-Expect/Makefile b/lang/p5-Expect/Makefile new file mode 100644 index 00000000000..d003db5ad38 --- /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 <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> diff --git a/lang/p5-Expect/distinfo b/lang/p5-Expect/distinfo new file mode 100644 index 00000000000..f063f72608b --- /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 00000000000..e383c542d5c --- /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 00000000000..1adf840cade --- /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 <tex@habit.com> + +--Will <andrews@technologist.com> diff --git a/lang/p5-Expect/pkg-plist b/lang/p5-Expect/pkg-plist new file mode 100644 index 00000000000..80591329f0e --- /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 |