Update to 0.11.

This commit is contained in:
Anton Berezin 2002-06-06 20:31:20 +00:00
parent 32ce9ac3dd
commit ba5c5c0511
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60715
3 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -1 +1 @@
MD5 (Term-Prompt-0.10.tar.gz) = 3de1db62672ba0dfed167543886688c1
MD5 (Term-Prompt-0.11.tar.gz) = dcb56597d649ad58d99786e604392633

View File

@ -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>