From c18d2e28fa7d7de7338bba3fdaf075dd9ef2592f Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Jun 2017 23:51:42 +0000 Subject: [PATCH] Remove outdated PERL_LEVEL check --- devel/p5-Moo/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/devel/p5-Moo/Makefile b/devel/p5-Moo/Makefile index ceb1f82ba6bd..ff69fd526f0c 100644 --- a/devel/p5-Moo/Makefile +++ b/devel/p5-Moo/Makefile @@ -32,11 +32,4 @@ USE_PERL5= configure XS_BUILD_DEPENDS= p5-Class-XSAccessor>=1.18:devel/p5-Class-XSAccessor XS_RUN_DEPENDS= ${XS_BUILD_DEPENDS} -.include - -.if ${PERL_LEVEL} < 502200 && ${PORT_OPTIONS:MXS} -BUILD_DEPENDS+= p5-Scalar-List-Utils>=0:lang/p5-Scalar-List-Utils -RUN_DEPENDS+= p5-Scalar-List-Utils>=0:lang/p5-Scalar-List-Utils -.endif - -.include +.include