svn commit: r442384 - head/lang/p5-Parse-Perl

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jun 2 15:38:51 UTC 2017


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>


More information about the svn-ports-all mailing list