aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Hash-FieldHash/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Hash-FieldHash/Makefile')
-rw-r--r--devel/p5-Hash-FieldHash/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/devel/p5-Hash-FieldHash/Makefile b/devel/p5-Hash-FieldHash/Makefile
index a1af431742ef..bb1499ae47c3 100644
--- a/devel/p5-Hash-FieldHash/Makefile
+++ b/devel/p5-Hash-FieldHash/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Hash-FieldHash
-PORTVERSION= 0.10
+PORTVERSION= 0.12
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -22,16 +22,14 @@ MAN3= Hash::FieldHash.3
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 500808
-TEST_DEPENDS+= p5-Test-Simple>=0.62:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
.if ${PERL_LEVEL} < 501000
+BUILD_DEPENDS+= p5-MRO-Compat>=0.10:${PORTSDIR}/devel/p5-MRO-Compat
RUN_DEPENDS+= p5-MRO-Compat>=0.10:${PORTSDIR}/devel/p5-MRO-Compat
.endif
.if ${PERL_LEVEL} < 501001
-BUILD_DEPENDS+= p5-Devel-PPPort>=3.19:${PORTSDIR}/devel/p5-Devel-PPPort
+BUILD_DEPENDS+= p5-Devel-PPPort>=3.19:${PORTSDIR}/devel/p5-Devel-PPPort \
+ p5-parent>=0.221:${PORTSDIR}/devel/p5-parent
RUN_DEPENDS+= p5-parent>=0.221:${PORTSDIR}/devel/p5-parent
.endif