aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-03 08:50:37 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-03 09:00:30 +0000
commitae199a531c52dc7ec26d8c4cca05068e960353b2 (patch)
tree0a8f0ff1f0c37301c776dbfd02ae117c9bca264d
parentfff898bb90566b5a391d6b24307a735e9cb9fac0 (diff)
downloadports-ae199a531c52dc7ec26d8c4cca05068e960353b2.tar.gz
ports-ae199a531c52dc7ec26d8c4cca05068e960353b2.zip
devel/p5-Test2-Plugin-Cover: Remove outdated PERL_LEVEL check
lang/perl5.30 has been removed in b3fb5d8b3c860bd3c3ebcffafe621aea61379539.
-rw-r--r--devel/p5-Test2-Plugin-Cover/Makefile8
1 files changed, 1 insertions, 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>