git: 88b721adbb68 - main - devel/p5-Test-CheckManifest: Remove PERL_LEVEL check after perl5.28 removal (d67ea7eb42e95d712a079e5525232843ee0c5d6c)
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jul 14 16:18:50 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=88b721adbb68e3f01a86f8cfffe61e04bb7ebf86
commit 88b721adbb68e3f01a86f8cfffe61e04bb7ebf86
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-14 15:55:26 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-14 16:10:30 +0000
devel/p5-Test-CheckManifest: Remove PERL_LEVEL check after perl5.28 removal (d67ea7eb42e95d712a079e5525232843ee0c5d6c)
---
devel/p5-Test-CheckManifest/Makefile | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/devel/p5-Test-CheckManifest/Makefile b/devel/p5-Test-CheckManifest/Makefile
index e111d2bb10af..33d695e0a770 100644
--- a/devel/p5-Test-CheckManifest/Makefile
+++ b/devel/p5-Test-CheckManifest/Makefile
@@ -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>
More information about the dev-commits-ports-all
mailing list