Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jun 2017 23:51:42 +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: r442349 - head/devel/p5-Moo
Message-ID:  <201706012351.v51NpghB007974@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jun  1 23:51:42 2017
New Revision: 442349
URL: https://svnweb.freebsd.org/changeset/ports/442349

Log:
  Remove outdated PERL_LEVEL check

Modified:
  head/devel/p5-Moo/Makefile

Modified: head/devel/p5-Moo/Makefile
==============================================================================
--- head/devel/p5-Moo/Makefile	Thu Jun  1 23:51:37 2017	(r442348)
+++ head/devel/p5-Moo/Makefile	Thu Jun  1 23:51:42 2017	(r442349)
@@ -32,11 +32,4 @@ USE_PERL5=	configure
 XS_BUILD_DEPENDS=	p5-Class-XSAccessor>=1.18:devel/p5-Class-XSAccessor
 XS_RUN_DEPENDS=		${XS_BUILD_DEPENDS}
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502200 && ${PORT_OPTIONS:MXS}
-BUILD_DEPENDS+=	p5-Scalar-List-Utils>=0:lang/p5-Scalar-List-Utils
-RUN_DEPENDS+=	p5-Scalar-List-Utils>=0: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?201706012351.v51NpghB007974>