git: 5bab777ae099 - main - www/p5-HTTP-Date: Remove PERL_LEVEL check after perl5.28 removal (d67ea7eb42e95d712a079e5525232843ee0c5d6c)

Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jul 6 19:19:35 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5bab777ae0998e0e84fdb2d07e75ee299730baae

commit 5bab777ae0998e0e84fdb2d07e75ee299730baae
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-06 19:16:54 +0000
Commit:     Po-Chuan Hsieh <sunpoet at 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>


More information about the dev-commits-ports-all mailing list