Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Oct 2020 08:05:56 +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: r550810 - head/www/p5-HTTP-BrowserDetect
Message-ID:  <202010010805.09185u0x011690@repo.freebsd.org>

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

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

Modified:
  head/www/p5-HTTP-BrowserDetect/Makefile

Modified: head/www/p5-HTTP-BrowserDetect/Makefile
==============================================================================
--- head/www/p5-HTTP-BrowserDetect/Makefile	Thu Oct  1 08:05:52 2020	(r550809)
+++ head/www/p5-HTTP-BrowserDetect/Makefile	Thu Oct  1 08:05:56 2020	(r550810)
@@ -27,10 +27,6 @@ NO_ARCH=	yes
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 502705
-TEST_DEPENDS+=	p5-Scalar-List-Utils>=1.49:lang/p5-Scalar-List-Utils
-.endif
-
 .if ${PERL_LEVEL} < 503102
 TEST_DEPENDS+=	p5-JSON-PP>=4.04:converters/p5-JSON-PP
 .endif



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