git: b5720f23f8f5 - main - finance/p5-Finance-Quote: Remove outdated PERL_LEVEL check
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Apr 2025 14:00:49 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b5720f23f8f53f4f0e3fd838d7d13fb01e2d4cc0
commit b5720f23f8f53f4f0e3fd838d7d13fb01e2d4cc0
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-04-09 13:54:47 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-04-09 13:54:47 +0000
finance/p5-Finance-Quote: Remove outdated PERL_LEVEL check
---
finance/p5-Finance-Quote/Makefile | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/finance/p5-Finance-Quote/Makefile b/finance/p5-Finance-Quote/Makefile
index f8ed1769ccbf..566175efa20d 100644
--- a/finance/p5-Finance-Quote/Makefile
+++ b/finance/p5-Finance-Quote/Makefile
@@ -47,11 +47,4 @@ USE_PERL5= configure
NO_ARCH= yes
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 503400
-BUILD_DEPENDS+= p5-Module-Load>=0.36:devel/p5-Module-Load
-RUN_DEPENDS+= p5-Module-Load>=0.36:devel/p5-Module-Load
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>