aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Params-Validate/Makefile
diff options
context:
space:
mode:
authorAaron Dalton <aaron@FreeBSD.org>2006-06-02 18:17:54 +0000
committerAaron Dalton <aaron@FreeBSD.org>2006-06-02 18:17:54 +0000
commitdfe9fe37ec88affa7ee7b7f67ea1549f30a76d9a (patch)
tree5b621269eeb773de85193b8c692ef8a121e3d800 /devel/p5-Params-Validate/Makefile
parentaac2c526ff2a4602e5fa869a97314ebfaadf199d (diff)
Notes
Diffstat (limited to 'devel/p5-Params-Validate/Makefile')
-rw-r--r--devel/p5-Params-Validate/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/p5-Params-Validate/Makefile b/devel/p5-Params-Validate/Makefile
index 6664005d9ccb..b357cb5d596c 100644
--- a/devel/p5-Params-Validate/Makefile
+++ b/devel/p5-Params-Validate/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Params-Validate
-PORTVERSION= 0.82
+PORTVERSION= 0.84
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Devel/DROLSKY
@@ -27,4 +27,8 @@ BUILD_DEPENDS+= ${SITE_PERL}/Attribute/Handlers.pm:${PORTSDIR}/devel/p5-Attribut
RUN_DEPENDS+= ${SITE_PERL}/Attribute/Handlers.pm:${PORTSDIR}/devel/p5-Attribute-Handlers
.endif
+.if ${PERL_LEVEL} < 500600
+BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
+.endif
+
.include <bsd.port.post.mk>