From 578447a05613693c4b7e65e695f795ae51a04c03 Mon Sep 17 00:00:00 2001 From: az Date: Fri, 7 Jun 2013 07:15:16 +0000 Subject: - Remove unnecessary depend on PERL_LEVEL < 5.12 PR: ports/178909 Submitted by: az Approved by: maintainer (timeout) --- textproc/p5-Perl-MinimumVersion/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'textproc') diff --git a/textproc/p5-Perl-MinimumVersion/Makefile b/textproc/p5-Perl-MinimumVersion/Makefile index 7a4cc9d6eb9b..5a77c57b65cb 100644 --- a/textproc/p5-Perl-MinimumVersion/Makefile +++ b/textproc/p5-Perl-MinimumVersion/Makefile @@ -27,8 +27,4 @@ MAN3= Perl::MinimumVersion.3 post-patch: @${PERL} -pi -e '$$_="" if m/Test::/' ${WRKSRC}/Makefile.PL -.include -.if ${PERL_LEVEL} < 501001 -RUN_DEPENDS+= p5-Scalar-List-Utils>=1.20:${PORTSDIR}/lang/p5-Scalar-List-Utils -.endif -.include +.include -- cgit