Update to 2.05 and add WWW.

This commit is contained in:
Anton Berezin 2001-09-03 13:54:01 +00:00
parent 559f2a0283
commit b8b5c9c595
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47364
3 changed files with 6 additions and 4 deletions

View file

@ -6,7 +6,7 @@
# #
PORTNAME= Switch PORTNAME= Switch
PORTVERSION= 2.04 PORTVERSION= 2.05
CATEGORIES= lang perl5 CATEGORIES= lang perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../by-authors/id/DCONWAY MASTER_SITE_SUBDIR= ../by-authors/id/DCONWAY
@ -14,9 +14,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org MAINTAINER= tobez@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Filter/Util/Call.pm:${PORTSDIR}/devel/p5-Filter \ BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Filter/Util/Call.pm:${PORTSDIR}/devel/p5-Filter \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Text/Balanced.pm:${PORTSDIR}/devel/p5-Parse-RecDescent ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Text/Balanced.pm:${PORTSDIR}/devel/p5-Parse-RecDescent
RUN_DEPENDS= ${BUILD_DEPENDS} RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes PERL_CONFIGURE= yes

View file

@ -1 +1 @@
MD5 (Switch-2.04.tar.gz) = 7304e8753125f6da658fea36112da2aa MD5 (Switch-2.05.tar.gz) = b269e69e004da7cde014ba87d8cb6c1a

View file

@ -5,5 +5,7 @@ existing Perl control structures. The semantics are particularly
rich, allowing any one (or more) of nearly 30 forms of matching to rich, allowing any one (or more) of nearly 30 forms of matching to
be used when comparing a switch value with its various cases. be used when comparing a switch value with its various cases.
WWW: http://search.cpan.org/search?dist=Switch
-Anton -Anton
<tobez@FreeBSD.org> <tobez@FreeBSD.org>