Date: Tue, 6 Jul 2021 19:19:34 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5bab777ae099 - main - www/p5-HTTP-Date: Remove PERL_LEVEL check after perl5.28 removal (d67ea7eb42e95d712a079e5525232843ee0c5d6c) Message-ID: <202107061919.166JJYf6061133@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5bab777ae0998e0e84fdb2d07e75ee299730baae commit 5bab777ae0998e0e84fdb2d07e75ee299730baae Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-07-06 19:16:54 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-07-06 19:16:54 +0000 www/p5-HTTP-Date: Remove PERL_LEVEL check after perl5.28 removal (d67ea7eb42e95d712a079e5525232843ee0c5d6c) --- www/p5-HTTP-Date/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/www/p5-HTTP-Date/Makefile b/www/p5-HTTP-Date/Makefile index b93f9b77e6ba..4846105c1293 100644 --- a/www/p5-HTTP-Date/Makefile +++ b/www/p5-HTTP-Date/Makefile @@ -20,11 +20,4 @@ USE_PERL5= configure NO_ARCH= yes -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 503000 -BUILD_DEPENDS+= p5-Time-Local>=1.28:devel/p5-Time-Local -RUN_DEPENDS+= p5-Time-Local>=1.28:devel/p5-Time-Local -.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?202107061919.166JJYf6061133>