svn commit: r550810 - head/www/p5-HTTP-BrowserDetect

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


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


More information about the svn-ports-all mailing list