diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-19 19:43:36 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-19 19:43:36 +0000 |
commit | 422c11a20b78076d08ffc78585c62e82d426ac91 (patch) | |
tree | 62808514b92f033ea853389aa2c296abe9578667 /lang/p5-Switch | |
parent | eb5b58377cec33606f43311740eba03e471e4a3a (diff) | |
download | ports-422c11a20b78076d08ffc78585c62e82d426ac91.tar.gz ports-422c11a20b78076d08ffc78585c62e82d426ac91.zip |
Notes
Diffstat (limited to 'lang/p5-Switch')
-rw-r--r-- | lang/p5-Switch/Makefile | 5 | ||||
-rw-r--r-- | lang/p5-Switch/distinfo | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/lang/p5-Switch/Makefile b/lang/p5-Switch/Makefile index b664c2ef85bd..4f5a4218eb68 100644 --- a/lang/p5-Switch/Makefile +++ b/lang/p5-Switch/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Switch -PORTVERSION= 2.02 +PORTVERSION= 2.03 CATEGORIES= lang perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../by-authors/id/DCONWAY @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@tobez.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} PERL_CONFIGURE= yes diff --git a/lang/p5-Switch/distinfo b/lang/p5-Switch/distinfo index 7a27341a3a79..315bbededaa5 100644 --- a/lang/p5-Switch/distinfo +++ b/lang/p5-Switch/distinfo @@ -1 +1 @@ -MD5 (Switch-2.02.tar.gz) = 91e1d2dfb0b78e7a8ab1451f685fb94b +MD5 (Switch-2.03.tar.gz) = de7d2e3b973e140aabd34c9e2c705b7f |