git: 91260d81d3b8 - main - devel/p5-ExtUtils-Depends: Remove outdated PERL_LEVEL check
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Jun 2022 09:06:45 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=91260d81d3b8180574459fb3fcb9d6fddceb147e
commit 91260d81d3b8180574459fb3fcb9d6fddceb147e
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-03 08:53:39 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-03 09:00:56 +0000
devel/p5-ExtUtils-Depends: Remove outdated PERL_LEVEL check
lang/perl5.30 has been removed in b3fb5d8b3c860bd3c3ebcffafe621aea61379539.
---
devel/p5-ExtUtils-Depends/Makefile | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/devel/p5-ExtUtils-Depends/Makefile b/devel/p5-ExtUtils-Depends/Makefile
index 08ccf96b7d1d..0db68705c19a 100644
--- a/devel/p5-ExtUtils-Depends/Makefile
+++ b/devel/p5-ExtUtils-Depends/Makefile
@@ -18,11 +18,4 @@ USE_PERL5= configure
NO_ARCH= yes
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 503200
-BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=7.44:devel/p5-ExtUtils-MakeMaker
-RUN_DEPENDS+= p5-ExtUtils-MakeMaker>=7.44:devel/p5-ExtUtils-MakeMaker
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>