diff --git a/lang/p5-Tcl/Makefile b/lang/p5-Tcl/Makefile index d519fad85552..9b38900b613e 100644 --- a/lang/p5-Tcl/Makefile +++ b/lang/p5-Tcl/Makefile @@ -22,4 +22,10 @@ CONFIGURE_ARGS+= --tclsh tclsh8.4 MAN3= Tcl.3 -.include +.include + +.if ${PERL_LEVEL} < 500601 +IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again +.endif + +.include