aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-UML-State
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2003-10-20 13:47:54 +0000
committerErwin Lansing <erwin@FreeBSD.org>2003-10-20 13:47:54 +0000
commit5cf189139ca84688037be89fe8164816e7b0808b (patch)
tree83410658d48cc658f3226782eb116d97b030c1d0 /textproc/p5-UML-State
parentf2d22dc9aeb65060f90ab77295451eb976f70911 (diff)
downloadports-5cf189139ca84688037be89fe8164816e7b0808b.tar.gz
ports-5cf189139ca84688037be89fe8164816e7b0808b.zip
Mark IGNORE for perl < 5.8.0
PR: 58265 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=91735
Diffstat (limited to 'textproc/p5-UML-State')
-rw-r--r--textproc/p5-UML-State/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/p5-UML-State/Makefile b/textproc/p5-UML-State/Makefile
index 0b8da77d9787..eb3a1b81d408 100644
--- a/textproc/p5-UML-State/Makefile
+++ b/textproc/p5-UML-State/Makefile
@@ -24,4 +24,10 @@ MAN3= UML::drawstate.3 \
UML::drawstatexml.3 \
UML::State.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>