Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Oct 2020 08:03:15 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550776 - head/textproc/p5-Text-Table-Manifold
Message-ID:  <202010010803.09183FOo007625@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Oct  1 08:03:15 2020
New Revision: 550776
URL: https://svnweb.freebsd.org/changeset/ports/550776

Log:
  Remove outdated PERL_LEVEL check after lang/perl5.26 removal

Modified:
  head/textproc/p5-Text-Table-Manifold/Makefile

Modified: head/textproc/p5-Text-Table-Manifold/Makefile
==============================================================================
--- head/textproc/p5-Text-Table-Manifold/Makefile	Thu Oct  1 08:03:10 2020	(r550775)
+++ head/textproc/p5-Text-Table-Manifold/Makefile	Thu Oct  1 08:03:15 2020	(r550776)
@@ -29,11 +29,4 @@ USE_PERL5=	configure
 
 NO_ARCH=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502710
-BUILD_DEPENDS+=	p5-Scalar-List-Utils>=1.50:lang/p5-Scalar-List-Utils
-RUN_DEPENDS+=	p5-Scalar-List-Utils>=1.50:lang/p5-Scalar-List-Utils
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010010803.09183FOo007625>