diff options
author | tobez <tobez@FreeBSD.org> | 2002-06-06 20:31:20 +0000 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2002-06-06 20:31:20 +0000 |
commit | d4bf5405034c8dadd2cd07f4e67584d64ee663da (patch) | |
tree | 4cfae69b70634e5854b851f972ddedd64a57fd81 /devel/p5-Term-Prompt | |
parent | b3cc1c2ee8dd778d643b9a361c043fedccf36158 (diff) | |
download | FreeBSD-ports-d4bf5405034c8dadd2cd07f4e67584d64ee663da.zip FreeBSD-ports-d4bf5405034c8dadd2cd07f4e67584d64ee663da.tar.gz |
Update to 0.11.
Diffstat (limited to 'devel/p5-Term-Prompt')
-rw-r--r-- | devel/p5-Term-Prompt/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Term-Prompt/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Term-Prompt/pkg-descr | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/devel/p5-Term-Prompt/Makefile b/devel/p5-Term-Prompt/Makefile index 68b9090..f83271a 100644 --- a/devel/p5-Term-Prompt/Makefile +++ b/devel/p5-Term-Prompt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Term-Prompt -PORTVERSION= 0.10 +PORTVERSION= 0.11 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Term @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Term-Prompt/distinfo b/devel/p5-Term-Prompt/distinfo index 1bd59f9..d55ede5 100644 --- a/devel/p5-Term-Prompt/distinfo +++ b/devel/p5-Term-Prompt/distinfo @@ -1 +1 @@ -MD5 (Term-Prompt-0.10.tar.gz) = 3de1db62672ba0dfed167543886688c1 +MD5 (Term-Prompt-0.11.tar.gz) = dcb56597d649ad58d99786e604392633 diff --git a/devel/p5-Term-Prompt/pkg-descr b/devel/p5-Term-Prompt/pkg-descr index a781c4e..2523b41 100644 --- a/devel/p5-Term-Prompt/pkg-descr +++ b/devel/p5-Term-Prompt/pkg-descr @@ -3,5 +3,8 @@ of possible responses and deal with the user interface, (and the user!), by displaying the prompt, showing the default, and checking to be sure that the response is one of the legal choices. +Author: Allen Smith <actual@spamcop.net> +WWW: http://search.cpan.org/search?dist=Term-Prompt + -Anton <tobez@FreeBSD.org> |