diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-11-21 09:04:04 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-11-21 09:04:04 +0000 |
commit | 07a3fa0cf65380f0d11c609ae3736e0e4c0f6bb1 (patch) | |
tree | 00c3d80911a3402fd8d92e95b45870ce3041c072 /lang/p5-Expect | |
parent | b4a64b304581c22f4bf5cd7918fe81740155e99b (diff) | |
download | ports-07a3fa0cf65380f0d11c609ae3736e0e4c0f6bb1.tar.gz ports-07a3fa0cf65380f0d11c609ae3736e0e4c0f6bb1.zip |
Notes
Diffstat (limited to 'lang/p5-Expect')
-rw-r--r-- | lang/p5-Expect/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/p5-Expect/Makefile b/lang/p5-Expect/Makefile index 908cbeee19b7..d2d3508e3e51 100644 --- a/lang/p5-Expect/Makefile +++ b/lang/p5-Expect/Makefile @@ -7,6 +7,7 @@ PORTNAME= Expect PORTVERSION= 1.20 +PORTREVISION= 1 CATEGORIES= lang perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Expect @@ -15,8 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= clsung@FreeBSD.org COMMENT= Perl module inspired by the Tcl version of Expect -BUILD_DEPENDS= p5-IO-Tty>=1.03:${PORTSDIR}/devel/p5-IO-Tty \ - ${SITE_PERL}/IO/Stty.pm:${PORTSDIR}/devel/p5-IO-Stty +BUILD_DEPENDS= p5-IO-Tty>=1.03:${PORTSDIR}/devel/p5-IO-Tty RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |