diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2001-09-03 13:54:01 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2001-09-03 13:54:01 +0000 |
commit | b8b5c9c595c8bb5e548a1f1df1314848fc774436 (patch) | |
tree | 4d5fb52b7570fc20d1f11c7129ef7ccb77d57f63 /lang/p5-Switch/Makefile | |
parent | 559f2a028318e6279013f1e5187945474c94fd9d (diff) | |
download | ports-b8b5c9c595c8bb5e548a1f1df1314848fc774436.tar.gz ports-b8b5c9c595c8bb5e548a1f1df1314848fc774436.zip |
Notes
Diffstat (limited to 'lang/p5-Switch/Makefile')
-rw-r--r-- | lang/p5-Switch/Makefile | 6 |
1 files changed, 3 insertions, 3 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 |