aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Test-File-Contents
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-04-22 10:20:22 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-04-22 10:20:22 +0000
commitae2d3cc018cf08425117cc0b4379176ba3eca142 (patch)
treec4d2a72c35d0d932ebdab1c951377f07baf9766d /devel/p5-Test-File-Contents
parenta5ce072801d46e876064e1d31059abed49c1791d (diff)
Notes
Diffstat (limited to 'devel/p5-Test-File-Contents')
-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>