git: bc150fedd927 - main - devel/p5-Test2-Harness: Remove outdated PERL_LEVEL check
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Jun 2022 09:04:27 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=bc150fedd9276114c7f718e757163d7aa8e447d1
commit bc150fedd9276114c7f718e757163d7aa8e447d1
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-03 08:50:36 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-03 09:00:30 +0000
devel/p5-Test2-Harness: Remove outdated PERL_LEVEL check
lang/perl5.30 has been removed in b3fb5d8b3c860bd3c3ebcffafe621aea61379539.
---
devel/p5-Test2-Harness/Makefile | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/devel/p5-Test2-Harness/Makefile b/devel/p5-Test2-Harness/Makefile
index 37bd6f9c6232..cb834b8f2ab0 100644
--- a/devel/p5-Test2-Harness/Makefile
+++ b/devel/p5-Test2-Harness/Makefile
@@ -51,11 +51,4 @@ RECOMMENDED_RUN_DEPENDS=p5-Cpanel-JSON-XS>=0:converters/p5-Cpanel-JSON-XS \
p5-Test2-Plugin-DBIProfile>=0.002002:devel/p5-Test2-Plugin-DBIProfile \
p5-Test2-Plugin-IOEvents>=0.001001:devel/p5-Test2-Plugin-IOEvents
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 503200
-BUILD_DEPENDS+= p5-Test-Simple>=1.302170:devel/p5-Test-Simple
-RUN_DEPENDS+= p5-Test-Simple>=1.302170:devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>