1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

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

This commit is contained in:
Po-Chuan Hsieh 2021-07-07 03:16:36 +08:00
parent 32941a7846
commit 88b1a02ebe
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -18,11 +18,4 @@ USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 503000
BUILD_DEPENDS+= p5-File-Temp>=0.2308:devel/p5-File-Temp
RUN_DEPENDS+= p5-File-Temp>=0.2308:devel/p5-File-Temp
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>