aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Test-File-Contents/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Test-File-Contents/Makefile')
-rw-r--r--devel/p5-Test-File-Contents/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/p5-Test-File-Contents/Makefile b/devel/p5-Test-File-Contents/Makefile
index 5b3ed4daced1..c000ad17678f 100644
--- a/devel/p5-Test-File-Contents/Makefile
+++ b/devel/p5-Test-File-Contents/Makefile
@@ -21,4 +21,10 @@ PERL_MODBUILD= yes
MAN3= Test::File::Contents.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= requires perl 5.6.0 or higher. Please install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>