svn commit: r442423 - head/devel/p5-Test-HexDifferences

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jun 2 18:13:21 UTC 2017


Author: sunpoet
Date: Fri Jun  2 18:13:19 2017
New Revision: 442423
URL: https://svnweb.freebsd.org/changeset/ports/442423

Log:
  Remove outdated PERL_LEVEL check

Modified:
  head/devel/p5-Test-HexDifferences/Makefile

Modified: head/devel/p5-Test-HexDifferences/Makefile
==============================================================================
--- head/devel/p5-Test-HexDifferences/Makefile	Fri Jun  2 18:13:14 2017	(r442422)
+++ head/devel/p5-Test-HexDifferences/Makefile	Fri Jun  2 18:13:19 2017	(r442423)
@@ -23,13 +23,4 @@ NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 
-.include <bsd.port.pre.mk>
-
-# Test::Builder::Module 0.99+ (in core since 5.19.5) and
-# Test::Tester (in core since 5.21.6) are required
-.if ${PERL_LEVEL} < 502200
-BUILD_DEPENDS+=	p5-Test-Simple>=0.99:devel/p5-Test-Simple
-RUN_DEPENDS+=	p5-Test-Simple>=0.99:devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list