git: 5bf04f13ee92 - main - www/p5-HTTP-BrowserDetect: Remove outdated PERL_LEVEL check
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Jun 2022 09:07:15 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5bf04f13ee92efbe117eef650deebc1e7ac0bbbb commit 5bf04f13ee92efbe117eef650deebc1e7ac0bbbb Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-03 08:54:54 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-03 09:01:01 +0000 www/p5-HTTP-BrowserDetect: Remove outdated PERL_LEVEL check lang/perl5.30 has been removed in b3fb5d8b3c860bd3c3ebcffafe621aea61379539. --- www/p5-HTTP-BrowserDetect/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/www/p5-HTTP-BrowserDetect/Makefile b/www/p5-HTTP-BrowserDetect/Makefile index cf2c8a9b524d..ae77ef535e16 100644 --- a/www/p5-HTTP-BrowserDetect/Makefile +++ b/www/p5-HTTP-BrowserDetect/Makefile @@ -24,10 +24,4 @@ USE_PERL5= configure NO_ARCH= yes -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 503102 -TEST_DEPENDS+= p5-JSON-PP>=4.04:converters/p5-JSON-PP -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>