summaryrefslogtreecommitdiff
path: root/devel/p5-File-Copy-Recursive
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-File-Copy-Recursive')
-rw-r--r--devel/p5-File-Copy-Recursive/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/p5-File-Copy-Recursive/Makefile b/devel/p5-File-Copy-Recursive/Makefile
index b904d8b7a99a..c2fe3c746ba2 100644
--- a/devel/p5-File-Copy-Recursive/Makefile
+++ b/devel/p5-File-Copy-Recursive/Makefile
@@ -20,4 +20,10 @@ PERL_CONFIGURE= yes
MAN3= File::Copy::Recursive.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500601
+IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again
+.endif
+
+.include <bsd.port.post.mk>