diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-10-20 13:47:54 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-10-20 13:47:54 +0000 |
commit | 5cf189139ca84688037be89fe8164816e7b0808b (patch) | |
tree | 83410658d48cc658f3226782eb116d97b030c1d0 /textproc/p5-UML-State | |
parent | f2d22dc9aeb65060f90ab77295451eb976f70911 (diff) | |
download | ports-5cf189139ca84688037be89fe8164816e7b0808b.tar.gz ports-5cf189139ca84688037be89fe8164816e7b0808b.zip |
Notes
Diffstat (limited to 'textproc/p5-UML-State')
-rw-r--r-- | textproc/p5-UML-State/Makefile | 8 |
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> |