From owner-svn-ports-head@FreeBSD.ORG Fri May 24 17:19:20 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 60D7E533; Fri, 24 May 2013 17:19:20 +0000 (UTC) (envelope-from az@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 52FCE173; Fri, 24 May 2013 17:19: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 r4OHJKhU009329; Fri, 24 May 2013 17:19:20 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4OHJKxw009328; Fri, 24 May 2013 17:19:20 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201305241719.r4OHJKxw009328@svn.freebsd.org> From: Andrej Zverev Date: Fri, 24 May 2013 17:19:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318995 - head/www/p5-Pod-Site 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: Fri, 24 May 2013 17:19:20 -0000 Author: az Date: Fri May 24 17:19:19 2013 New Revision: 318995 URL: http://svnweb.freebsd.org/changeset/ports/318995 Log: - Remove unnecessary depend on PERL_LEVEL < 5.12 PR: ports/178933 Submitted by: az Approved by: maintainer Modified: head/www/p5-Pod-Site/Makefile Modified: head/www/p5-Pod-Site/Makefile ============================================================================== --- head/www/p5-Pod-Site/Makefile Fri May 24 17:16:35 2013 (r318994) +++ head/www/p5-Pod-Site/Makefile Fri May 24 17:19:19 2013 (r318995) @@ -36,17 +36,4 @@ TEST_DEPENDS+= p5-Test-Pod>=1.41:${PORTS p5-Test-Pod-Coverage>=1.06:${PORTSDIR}/devel/p5-Test-Pod-Coverage .endif -.include - -.if ${PERL_LEVEL} < 501001 -BUILD_DEPENDS+= p5-File-Path>=2.07:${PORTSDIR}/devel/p5-File-Path -RUN_DEPENDS+= p5-File-Path>=2.07:${PORTSDIR}/devel/p5-File-Path -TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.if ${PERL_LEVEL} < 501200 -BUILD_DEPENDS+= p5-Pod-Simple>=3.12:${PORTSDIR}/textproc/p5-Pod-Simple -RUN_DEPENDS+= p5-Pod-Simple>=3.12:${PORTSDIR}/textproc/p5-Pod-Simple -.endif - -.include +.include