summaryrefslogtreecommitdiff
path: root/textproc
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
parent- Port's own prototype of getopt() was conflicting with one from unistd.h, (diff)
Make this ports building with 5.6+ only.
Submitted by: maintainer.
Notes
Notes: svn path=/head/; revision=108722
Diffstat (limited to 'textproc')
-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>