aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Test-Exception
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Test-Exception')
-rw-r--r--devel/p5-Test-Exception/Makefile10
1 files changed, 3 insertions, 7 deletions
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 <bsd.port.post.mk>