1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

devel/p5-Test-CheckManifest: Remove PERL_LEVEL check after perl5.28 removal (d67ea7eb42)

This commit is contained in:
Po-Chuan Hsieh 2021-07-14 23:55:26 +08:00
parent 556dc4f907
commit 88b721adbb
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -17,11 +17,4 @@ USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 502902
BUILD_DEPENDS+= p5-PathTools>=3.7500:devel/p5-PathTools
RUN_DEPENDS+= p5-PathTools>=3.7500:devel/p5-PathTools
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>