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/Makefile | |
parent | eb5b58377cec33606f43311740eba03e471e4a3a (diff) | |
download | ports-422c11a20b78076d08ffc78585c62e82d426ac91.tar.gz ports-422c11a20b78076d08ffc78585c62e82d426ac91.zip |
Notes
Diffstat (limited to 'lang/p5-Switch/Makefile')
-rw-r--r-- | lang/p5-Switch/Makefile | 5 |
1 files changed, 3 insertions, 2 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 |