diff options
Diffstat (limited to 'misc/p5-Zen-Koans')
-rw-r--r-- | misc/p5-Zen-Koans/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/misc/p5-Zen-Koans/Makefile b/misc/p5-Zen-Koans/Makefile index 9b9d8dd52105..189de583feae 100644 --- a/misc/p5-Zen-Koans/Makefile +++ b/misc/p5-Zen-Koans/Makefile @@ -19,10 +19,4 @@ MAN3= Zen::Koan.3 Zen::Koans.3 PERL_CONFIGURE= yes -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |