From e20d8239073019352dbe50f9313220ea5c2abbcd Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Mon, 5 Jun 2017 23:24:57 +0000 Subject: [PATCH] Remove outdated PERL_LEVEL check With hat: perl --- devel/p5-Test-Spelling/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/devel/p5-Test-Spelling/Makefile b/devel/p5-Test-Spelling/Makefile index a50b10de6e04..6eb2f582ac86 100644 --- a/devel/p5-Test-Spelling/Makefile +++ b/devel/p5-Test-Spelling/Makefile @@ -23,10 +23,4 @@ USES= perl5 USE_PERL5= configure NO_ARCH= yes -.include - -.if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple -.endif - -.include +.include