git: 327f22fbc94f - main - www/p5-HTTP-Message: Remove PERL_LEVEL check after perl5.28 removal (d67ea7eb42e95d712a079e5525232843ee0c5d6c)

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


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=327f22fbc94fa9d17416732dd884b54c5b0e6ab1

commit 327f22fbc94fa9d17416732dd884b54c5b0e6ab1
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-06 19:16:58 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-06 19:16:58 +0000

    www/p5-HTTP-Message: Remove PERL_LEVEL check after perl5.28 removal (d67ea7eb42e95d712a079e5525232843ee0c5d6c)
---
 www/p5-HTTP-Message/Makefile | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/www/p5-HTTP-Message/Makefile b/www/p5-HTTP-Message/Makefile
index 63137007f858..e6aa9863431c 100644
--- a/www/p5-HTTP-Message/Makefile
+++ b/www/p5-HTTP-Message/Makefile
@@ -27,14 +27,7 @@ USE_PERL5=	configure
 
 NO_ARCH=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 503000
-BUILD_DEPENDS+=	p5-Encode>=3.01:converters/p5-Encode
-RUN_DEPENDS+=	p5-Encode>=3.01:converters/p5-Encode
-.endif
-
 post-patch:
 	@${RM} ${WRKSRC}/lib/HTTP/Headers.pm.orig
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


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