From 5cf189139ca84688037be89fe8164816e7b0808b Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Mon, 20 Oct 2003 13:47:54 +0000 Subject: Mark IGNORE for perl < 5.8.0 PR: 58265 Submitted by: maintainer --- textproc/p5-UML-State/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'textproc/p5-UML-State') 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 +.include + +.if ${PERL_LEVEL} < 500800 +IGNORE= This port requires perl 5.8.0 or later. Install lang/perl5.8 then try again +.endif + +.include -- cgit v1.2.3