aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-UML-State
diff options
context:
space:
mode:
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>