Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 May 2019 16:38:41 +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: r501428 - head/www/p5-Catalyst-Runtime
Message-ID:  <201905121638.x4CGcfRH013492@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun May 12 16:38:41 2019
New Revision: 501428
URL: https://svnweb.freebsd.org/changeset/ports/501428

Log:
  Remove outdated PERL_LEVEL check

Modified:
  head/www/p5-Catalyst-Runtime/Makefile

Modified: head/www/p5-Catalyst-Runtime/Makefile
==============================================================================
--- head/www/p5-Catalyst-Runtime/Makefile	Sun May 12 16:38:36 2019	(r501427)
+++ head/www/p5-Catalyst-Runtime/Makefile	Sun May 12 16:38:41 2019	(r501428)
@@ -70,10 +70,4 @@ USE_PERL5=	configure
 
 NO_ARCH=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502501
-RUN_DEPENDS+=	p5-Scalar-List-Utils>=1.45: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?201905121638.x4CGcfRH013492>