diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-21 14:52:15 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-21 14:52:15 +0000 |
commit | 7c52e6fe036a1172bcdae8287bdead20a00a5887 (patch) | |
tree | a973b1f592c4701948fd6cabd25da59c393b7ea3 /lang/p5-Expect/Makefile | |
parent | a684cc4a9bc26811c8f8dd19cf11bc2bc34e1b03 (diff) | |
download | ports-7c52e6fe036a1172bcdae8287bdead20a00a5887.tar.gz ports-7c52e6fe036a1172bcdae8287bdead20a00a5887.zip |
- update to 1.20
- I'd like to maintain it.
Notes
Notes:
svn path=/head/; revision=168384
Diffstat (limited to 'lang/p5-Expect/Makefile')
-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 502a09d88a41..908cbeee19b7 100644 --- a/lang/p5-Expect/Makefile +++ b/lang/p5-Expect/Makefile @@ -6,13 +6,13 @@ # PORTNAME= Expect -PORTVERSION= 1.19 +PORTVERSION= 1.20 CATEGORIES= lang perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Expect PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org +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 \ |