Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jun 2017 23:25:21 +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: r442710 - head/lang/p5-Try-Tiny
Message-ID:  <201706052325.v55NPL64063905@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jun  5 23:25:21 2017
New Revision: 442710
URL: https://svnweb.freebsd.org/changeset/ports/442710

Log:
  Remove outdated PERL_LEVEL check
  
  With hat:	perl

Modified:
  head/lang/p5-Try-Tiny/Makefile

Modified: head/lang/p5-Try-Tiny/Makefile
==============================================================================
--- head/lang/p5-Try-Tiny/Makefile	Mon Jun  5 23:25:16 2017	(r442709)
+++ head/lang/p5-Try-Tiny/Makefile	Mon Jun  5 23:25:21 2017	(r442710)
@@ -18,10 +18,4 @@ TEST_DEPENDS=	p5-Capture-Tiny>=0.12:devel/p5-Capture-T
 USES=		perl5
 USE_PERL5=	configure
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502104
-TEST_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?201706052325.v55NPL64063905>