diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2014-08-15 21:00:02 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2014-08-15 21:00:02 +0000 |
commit | 62ce8d42bd4223c421a42627605a19739620823c (patch) | |
tree | 0a19023016702e67c6340cf97259778fd58e914b /lang/p5-Expect/Makefile | |
parent | 62b29fadf7e39c96c2919b6d8cfd48bdb94d2765 (diff) |
Notes
Diffstat (limited to 'lang/p5-Expect/Makefile')
-rw-r--r-- | lang/p5-Expect/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/p5-Expect/Makefile b/lang/p5-Expect/Makefile index e8c9e9ea3fc9..a80ed181da38 100644 --- a/lang/p5-Expect/Makefile +++ b/lang/p5-Expect/Makefile @@ -1,8 +1,7 @@ -# Created by: Will Andrews <andrews@technologist.com> # $FreeBSD$ PORTNAME= Expect -PORTVERSION= 1.21 +PORTVERSION= 1.29 CATEGORIES= lang perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,7 +9,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module inspired by the Tcl version of Expect -BUILD_DEPENDS= p5-IO-Tty>=1.03:${PORTSDIR}/devel/p5-IO-Tty +BUILD_DEPENDS= p5-IO-Tty>=1.11:${PORTSDIR}/devel/p5-IO-Tty RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |