Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Oct 2020 08:03:06 +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: r550774 - head/devel/p5-goto-file
Message-ID:  <202010010803.091836mO007401@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Oct  1 08:03:05 2020
New Revision: 550774
URL: https://svnweb.freebsd.org/changeset/ports/550774

Log:
  Remove outdated PERL_LEVEL check after lang/perl5.26 removal

Modified:
  head/devel/p5-goto-file/Makefile

Modified: head/devel/p5-goto-file/Makefile
==============================================================================
--- head/devel/p5-goto-file/Makefile	Thu Oct  1 08:03:01 2020	(r550773)
+++ head/devel/p5-goto-file/Makefile	Thu Oct  1 08:03:05 2020	(r550774)
@@ -17,14 +17,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 TEST_DEPENDS=	p5-Test2-Suite>=0.000074:devel/p5-Test2-Suite
 
-NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
-.include <bsd.port.pre.mk>
+NO_ARCH=	yes
 
-.if ${PERL_LEVEL} < 502705
-TEST_DEPENDS+=	p5-Test-Simple>=1.302095: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?202010010803.091836mO007401>