From c559f39a4f7a1a6f2e0ecece7025fb413f16902e Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Fri, 2 Jun 2017 15:38:50 +0000 Subject: [PATCH] Mark DEPRECATED and set EXPIRATION_DATE to 2017-07-31 - Remove outdated PERL_LEVEL check --- lang/p5-Parse-Perl/Makefile | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/lang/p5-Parse-Perl/Makefile b/lang/p5-Parse-Perl/Makefile index 7ddc6fa49226..24bb108144b0 100644 --- a/lang/p5-Parse-Perl/Makefile +++ b/lang/p5-Parse-Perl/Makefile @@ -17,13 +17,12 @@ TEST_DEPENDS= p5-Devel-Declare>=0:devel/p5-Devel-Declare \ p5-Lexical-Import>=0:devel/p5-Lexical-Import \ p5-Sub-Identify>=0:devel/p5-Sub-Identify +BROKEN= Fails to build with Perl >= 5.22 + +DEPRECATED= does not build with Perl >= 5.22 +EXPIRATION_DATE=2017-07-31 + USES= perl5 USE_PERL5= modbuild -.include - -.if ${PERL_LEVEL} >= 502200 -BROKEN= Fails to build with Perl >= 5.22 -.endif - -.include +.include