git: 4f48ef3e2ce2 - main - devel/p5-Pod-Usage: Remove outdated PERL_LEVEL check
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Jun 2022 09:04:23 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4f48ef3e2ce28f4f93486903441601c375d3f2df
commit 4f48ef3e2ce28f4f93486903441601c375d3f2df
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-03 08:50:34 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-03 09:00:29 +0000
devel/p5-Pod-Usage: Remove outdated PERL_LEVEL check
lang/perl5.30 has been removed in b3fb5d8b3c860bd3c3ebcffafe621aea61379539.
---
devel/p5-Pod-Usage/Makefile | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/devel/p5-Pod-Usage/Makefile b/devel/p5-Pod-Usage/Makefile
index 1e9991f5e1c0..1ea2caa23ee4 100644
--- a/devel/p5-Pod-Usage/Makefile
+++ b/devel/p5-Pod-Usage/Makefile
@@ -20,15 +20,8 @@ USE_PERL5= configure
NO_ARCH= yes
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 503200
-BUILD_DEPENDS+= p5-Pod-Simple>=3.40:textproc/p5-Pod-Simple
-RUN_DEPENDS+= p5-Pod-Simple>=3.40:textproc/p5-Pod-Simple
-.endif
-
post-patch:
# Do not conflict with lang/perl5.*
@${RM} ${WRKSRC}/scripts/pod2usage.PL ${WRKSRC}/t/pod/pod2usage.t
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>