aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Test-Exception
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2005-10-29 12:31:03 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2005-10-29 12:31:03 +0000
commite0b95ebd5b8c1d077daf1163877cd1c549b288b8 (patch)
tree75e00b2f599e0af5d4238f2b2698879006c8ee63 /devel/p5-Test-Exception
parent35ecd30b276fce42c20a196066140f927e5f54af (diff)
downloadports-e0b95ebd5b8c1d077daf1163877cd1c549b288b8.tar.gz
ports-e0b95ebd5b8c1d077daf1163877cd1c549b288b8.zip
Notes
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>