git: ae199a531c52 - main - devel/p5-Test2-Plugin-Cover: Remove outdated PERL_LEVEL check
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Jun 2022 09:04:29 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ae199a531c52dc7ec26d8c4cca05068e960353b2
commit ae199a531c52dc7ec26d8c4cca05068e960353b2
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-03 08:50:37 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-03 09:00:30 +0000
devel/p5-Test2-Plugin-Cover: Remove outdated PERL_LEVEL check
lang/perl5.30 has been removed in b3fb5d8b3c860bd3c3ebcffafe621aea61379539.
---
devel/p5-Test2-Plugin-Cover/Makefile | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/devel/p5-Test2-Plugin-Cover/Makefile b/devel/p5-Test2-Plugin-Cover/Makefile
index c797baae932c..737b15a1497a 100644
--- a/devel/p5-Test2-Plugin-Cover/Makefile
+++ b/devel/p5-Test2-Plugin-Cover/Makefile
@@ -21,13 +21,7 @@ TEST_DEPENDS= p5-Test2-Suite>=0.000130:devel/p5-Test2-Suite
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 503200
-RUN_DEPENDS+= p5-Test-Simple>=1.302166:devel/p5-Test-Simple
-.endif
-
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Test2/Plugin/Cover/Cover.so
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>