aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Table/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2004-05-09 10:33:58 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2004-05-09 10:33:58 +0000
commit0f93663ec4f6839d2170f4480717ee7ff79e7614 (patch)
tree02aaa9e52428747d804cd91de97f34db4712b8d6 /textproc/p5-Text-Table/Makefile
parentfd003438de35b601f4cc6b2fefcd43b1aaf5c483 (diff)
Notes
Diffstat (limited to 'textproc/p5-Text-Table/Makefile')
-rw-r--r--textproc/p5-Text-Table/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/p5-Text-Table/Makefile b/textproc/p5-Text-Table/Makefile
index a8c022f31ddc..fd22d15684a6 100644
--- a/textproc/p5-Text-Table/Makefile
+++ b/textproc/p5-Text-Table/Makefile
@@ -22,4 +22,10 @@ PERL_CONFIGURE= yes
MAN3= Text::Table.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500601
+IGNORE= This program only support perl 5.6.1 or above
+.endif
+
+.include <bsd.port.post.mk>