Date: Fri, 2 Jun 2017 15:38:50 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442384 - head/lang/p5-Parse-Perl Message-ID: <201706021538.v52FcoKh093762@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Jun 2 15:38:50 2017 New Revision: 442384 URL: https://svnweb.freebsd.org/changeset/ports/442384 Log: Mark DEPRECATED and set EXPIRATION_DATE to 2017-07-31 - Remove outdated PERL_LEVEL check Modified: head/lang/p5-Parse-Perl/Makefile Modified: head/lang/p5-Parse-Perl/Makefile ============================================================================== --- head/lang/p5-Parse-Perl/Makefile Fri Jun 2 15:38:45 2017 (r442383) +++ head/lang/p5-Parse-Perl/Makefile Fri Jun 2 15:38:50 2017 (r442384) @@ -17,13 +17,12 @@ TEST_DEPENDS= p5-Devel-Declare>=0:devel/p5-Devel-Decla 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 <bsd.port.pre.mk> - -.if ${PERL_LEVEL} >= 502200 -BROKEN= Fails to build with Perl >= 5.22 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706021538.v52FcoKh093762>