From owner-svn-ports-head@FreeBSD.ORG Sat May 25 00:53:36 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B73F6637; Sat, 25 May 2013 00:53:36 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9F3EAE35; Sat, 25 May 2013 00:53:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4P0ratb068520; Sat, 25 May 2013 00:53:36 GMT (envelope-from gblach@svn.freebsd.org) Received: (from gblach@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4P0raWX068519; Sat, 25 May 2013 00:53:36 GMT (envelope-from gblach@svn.freebsd.org) Message-Id: <201305250053.r4P0raWX068519@svn.freebsd.org> From: Grzegorz Blach Date: Sat, 25 May 2013 00:53:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319021 - head/www/p5-Feersum X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 May 2013 00:53:36 -0000 Author: gblach Date: Sat May 25 00:53:36 2013 New Revision: 319021 URL: http://svnweb.freebsd.org/changeset/ports/319021 Log: - Remove unnecessary depend on PERL_LEVEL < 5.12 - Make portlint happier PR: ports/178936 Approved by: crees, tabthorpe (mentors, implicit) Modified: head/www/p5-Feersum/Makefile Modified: head/www/p5-Feersum/Makefile ============================================================================== --- head/www/p5-Feersum/Makefile Sat May 25 00:31:10 2013 (r319020) +++ head/www/p5-Feersum/Makefile Sat May 25 00:53:36 2013 (r319021) @@ -18,7 +18,6 @@ BUILD_DEPENDS= p5-EV>=4.0:${PORTSDIR}/de p5-Plack>=0.9950:${PORTSDIR}/www/p5-Plack RUN_DEPENDS= p5-EV>=4.0:${PORTSDIR}/devel/p5-EV \ p5-Plack>=0.9950:${PORTSDIR}/www/p5-Plack - TEST_DEPENDS= p5-AnyEvent>=5.26.1:${PORTSDIR}/devel/p5-AnyEvent \ p5-Guard>=1.012:${PORTSDIR}/devel/p5-Guard \ p5-JSON-XS>=2:${PORTSDIR}/converters/p5-JSON-XS \ @@ -35,15 +34,4 @@ MAN3= Feersum.3 \ Feersum::Runner.3 \ Plack::Handler::Feersum.3 -.include - -.if ${PERL_LEVEL} < 501200 -BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils -RUN_DEPENDS+= p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils -.endif - -.if ${PERL_LEVEL} < 501200 -TEST_DEPENDS+= p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include +.include