git: bcd207c9d187 - main - devel/p5-Test2-Plugin-UUID: Remove outdated PERL_LEVEL check

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

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

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

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

diff --git a/devel/p5-Test2-Plugin-UUID/Makefile b/devel/p5-Test2-Plugin-UUID/Makefile
index 20ffe4b382ff..2658f9ed8553 100644
--- a/devel/p5-Test2-Plugin-UUID/Makefile
+++ b/devel/p5-Test2-Plugin-UUID/Makefile
@@ -24,10 +24,4 @@ USE_PERL5=	configure
 
 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>