summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2001-09-03 13:54:01 +0000
committerAnton Berezin <tobez@FreeBSD.org>2001-09-03 13:54:01 +0000
commitb8b5c9c595c8bb5e548a1f1df1314848fc774436 (patch)
tree4d5fb52b7570fc20d1f11c7129ef7ccb77d57f63 /lang
parentAdd pypanda 0.6, viewer for San Diego Zoo Pandacam written in Python. (diff)
Update to 2.05 and add WWW.
Notes
Notes: svn path=/head/; revision=47364
Diffstat (limited to 'lang')
-rw-r--r--lang/p5-Switch/Makefile6
-rw-r--r--lang/p5-Switch/distinfo2
-rw-r--r--lang/p5-Switch/pkg-descr2
3 files changed, 6 insertions, 4 deletions
diff --git a/lang/p5-Switch/Makefile b/lang/p5-Switch/Makefile
index 338aaedfcd01..d9fdd836e183 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 eb01985d1e04..91a365b36818 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 9b175f620bae..21f43f858288 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>