svn commit: r550774 - head/devel/p5-goto-file

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 1 08:03:12 UTC 2020


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>


More information about the svn-ports-head mailing list