Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jun 2017 18:13:19 +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: r442423 - head/devel/p5-Test-HexDifferences
Message-ID:  <201706021813.v52IDJpH063206@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706021813.v52IDJpH063206>