1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

www/p5-HTTP-Message: Remove PERL_LEVEL check after perl5.28 removal (d67ea7eb42)

This commit is contained in:
Po-Chuan Hsieh 2021-07-07 03:16:58 +08:00
parent 5bab777ae0
commit 327f22fbc9
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -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>