From owner-svn-ports-head@FreeBSD.ORG Sat May 25 08:15:21 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 08D1A176; Sat, 25 May 2013 08:15:21 +0000 (UTC) (envelope-from sunpoet@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 EE417635; Sat, 25 May 2013 08:15:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4P8FKWW023393; Sat, 25 May 2013 08:15:20 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4P8FK8P023392; Sat, 25 May 2013 08:15:20 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201305250815.r4P8FK8P023392@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 25 May 2013 08:15:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319036 - head/www/p5-Router-Simple 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 08:15:21 -0000 Author: sunpoet Date: Sat May 25 08:15:20 2013 New Revision: 319036 URL: http://svnweb.freebsd.org/changeset/ports/319036 Log: - Remove outdated PERL_LEVEL check PR: ports/178929 Submitted by: az Modified: head/www/p5-Router-Simple/Makefile Modified: head/www/p5-Router-Simple/Makefile ============================================================================== --- head/www/p5-Router-Simple/Makefile Sat May 25 08:14:36 2013 (r319035) +++ head/www/p5-Router-Simple/Makefile Sat May 25 08:15:20 2013 (r319036) @@ -27,11 +27,6 @@ MAN3= Router::Simple.3 \ .include -.if ${PERL_LEVEL} < 501001 -BUILD_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent -RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent -.endif - .if ${PERL_LEVEL} < 501400 TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple .endif