git: b876174d64b4 - main - devel/p5-Test2-Plugin-DBIProfile: Remove outdated PERL_LEVEL check

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

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

commit b876174d64b497e3a7cf07884416be74e0101493
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:30 +0000

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

diff --git a/devel/p5-Test2-Plugin-DBIProfile/Makefile b/devel/p5-Test2-Plugin-DBIProfile/Makefile
index a4b7f0451ff6..ea099a6a22d2 100644
--- a/devel/p5-Test2-Plugin-DBIProfile/Makefile
+++ b/devel/p5-Test2-Plugin-DBIProfile/Makefile
@@ -23,10 +23,4 @@ TEST_DEPENDS=	p5-DBD-SQLite>=1.44:databases/p5-DBD-SQLite
 
 NO_ARCH=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 503200
-RUN_DEPENDS+=	p5-Test-Simple>=1.302165:devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>