1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Mark DEPRECATED and set EXPIRATION_DATE to 2017-07-31

- Remove outdated PERL_LEVEL check
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-06-02 15:38:50 +00:00
parent fe25bac28b
commit c559f39a4f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442384

View File

@ -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 <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>