git: d91bb73ea943 - main - devel/p5-Test2-Plugin-IOEvents: Remove outdated PERL_LEVEL check

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 03 Jun 2022 09:04:31 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d91bb73ea943cddc58e19e3a570a982afe38d8f1

commit d91bb73ea943cddc58e19e3a570a982afe38d8f1
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-03 08:50:38 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-03 09:00:31 +0000

    devel/p5-Test2-Plugin-IOEvents: Remove outdated PERL_LEVEL check
    
    lang/perl5.30 has been removed in b3fb5d8b3c860bd3c3ebcffafe621aea61379539.
---
 devel/p5-Test2-Plugin-IOEvents/Makefile | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/devel/p5-Test2-Plugin-IOEvents/Makefile b/devel/p5-Test2-Plugin-IOEvents/Makefile
index 6f025d7987f4..44601a3172f6 100644
--- a/devel/p5-Test2-Plugin-IOEvents/Makefile
+++ b/devel/p5-Test2-Plugin-IOEvents/Makefile
@@ -22,11 +22,4 @@ USE_PERL5=	configure
 
 NO_ARCH=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 503200
-BUILD_DEPENDS+=	p5-Test-Simple>=1.302165:devel/p5-Test-Simple
-RUN_DEPENDS+=	p5-Test-Simple>=1.302165:devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>