diff options
author | tobez <tobez@FreeBSD.org> | 2001-09-03 21:54:01 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2001-09-03 21:54:01 +0800 |
commit | 303db555c98f00365cabcb35d999d28de1d98196 (patch) | |
tree | 04000c7af363f682d2c9abdf411c7ae17ade7970 | |
parent | a634e9be9b7f3431906dc1c6d2b4b61a0283788f (diff) | |
download | freebsd-ports-graphics-303db555c98f00365cabcb35d999d28de1d98196.tar.gz freebsd-ports-graphics-303db555c98f00365cabcb35d999d28de1d98196.tar.zst freebsd-ports-graphics-303db555c98f00365cabcb35d999d28de1d98196.zip |
Update to 2.05 and add WWW.
-rw-r--r-- | lang/p5-Switch/Makefile | 6 | ||||
-rw-r--r-- | lang/p5-Switch/distinfo | 2 | ||||
-rw-r--r-- | lang/p5-Switch/pkg-descr | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/lang/p5-Switch/Makefile b/lang/p5-Switch/Makefile index 338aaedfcd0..d9fdd836e18 100644 --- a/lang/p5-Switch/Makefile +++ b/lang/p5-Switch/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Switch -PORTVERSION= 2.04 +PORTVERSION= 2.05 CATEGORIES= lang perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../by-authors/id/DCONWAY @@ -14,9 +14,9 @@ PKGNAMEPREFIX= p5- 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 -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/lang/p5-Switch/distinfo b/lang/p5-Switch/distinfo index eb01985d1e0..91a365b3681 100644 --- a/lang/p5-Switch/distinfo +++ b/lang/p5-Switch/distinfo @@ -1 +1 @@ -MD5 (Switch-2.04.tar.gz) = 7304e8753125f6da658fea36112da2aa +MD5 (Switch-2.05.tar.gz) = b269e69e004da7cde014ba87d8cb6c1a diff --git a/lang/p5-Switch/pkg-descr b/lang/p5-Switch/pkg-descr index 9b175f620ba..21f43f85828 100644 --- a/lang/p5-Switch/pkg-descr +++ b/lang/p5-Switch/pkg-descr @@ -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 be used when comparing a switch value with its various cases. +WWW: http://search.cpan.org/search?dist=Switch + -Anton <tobez@FreeBSD.org> |