summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2003-10-20 13:46:12 +0000
committerErwin Lansing <erwin@FreeBSD.org>2003-10-20 13:46:12 +0000
commitf2d22dc9aeb65060f90ab77295451eb976f70911 (patch)
tree7fd0f89a8b237af3e385bba2c263a59d1a061364
parentUpdate port: (diff)
Mark IGNORE for perl < 5.8.0
PR: 58264 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=91734
-rw-r--r--textproc/p5-UML-Sequence/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/p5-UML-Sequence/Makefile b/textproc/p5-UML-Sequence/Makefile
index 629a279cf261..0b689600b1c8 100644
--- a/textproc/p5-UML-Sequence/Makefile
+++ b/textproc/p5-UML-Sequence/Makefile
@@ -32,4 +32,10 @@ MAN3= UML::Sequence.3 \
UML::Sequence::Svg.3 \
Devel::CallSeq.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500800
+IGNORE= This port requires perl 5.8.0 or later. Install lang/perl5.8 then try again
+.endif
+
+.include <bsd.port.post.mk>