From e0b95ebd5b8c1d077daf1163877cd1c549b288b8 Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Sat, 29 Oct 2005 12:31:03 +0000 Subject: Test::Builder::Tester is included in Test::Simple, now. Approved by: erwin (maintainer) --- devel/p5-Test-Exception/Makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'devel/p5-Test-Exception') diff --git a/devel/p5-Test-Exception/Makefile b/devel/p5-Test-Exception/Makefile index 15d4dd853168..af7f9c8e8817 100644 --- a/devel/p5-Test-Exception/Makefile +++ b/devel/p5-Test-Exception/Makefile @@ -7,15 +7,16 @@ PORTNAME= Test-Exception PORTVERSION= 0.21 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Test PKGNAMEPREFIX= p5- MAINTAINER= erwin@FreeBSD.org -COMMENT= Test::Exception - test functions for exception based code +COMMENT= Test::Exception - test functions for exception based code -BUILD_DEPENDS= ${SITE_PERL}/Test/Builder/Tester.pm:${PORTSDIR}/devel/p5-Test-Builder-Tester \ +BUILD_DEPENDS= ${SITE_PERL}/Test/Builder/Tester.pm:${PORTSDIR}/devel/p5-Test-Simple \ ${SITE_PERL}/Sub/Uplevel.pm:${PORTSDIR}/devel/p5-Sub-Uplevel RUN_DEPENDS= ${BUILD_DEPENDS} @@ -33,9 +34,4 @@ MAN3= Test::Exception.3 IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again .endif -.if ${PERL_LEVEL} < 500800 -BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple -RUN_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple -.endif - .include -- cgit v1.2.3