From owner-svn-ports-head@FreeBSD.ORG Sat May 25 18:00:46 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 0BD7A26E; Sat, 25 May 2013 18:00:46 +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 F2924D57; Sat, 25 May 2013 18:00:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4PI0jYU034181; Sat, 25 May 2013 18:00:45 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4PI0jqc034180; Sat, 25 May 2013 18:00:45 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201305251800.r4PI0jqc034180@svn.freebsd.org> From: Andrej Zverev Date: Sat, 25 May 2013 18:00:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319063 - head/www/p5-CIF-Client 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 18:00:46 -0000 Author: az Date: Sat May 25 18:00:45 2013 New Revision: 319063 URL: http://svnweb.freebsd.org/changeset/ports/319063 Log: - Remove unnecessary depend on PERL_LEVEL < 5.12 PR: ports/178925 Submitted by: az Approved by: Paul Schmehl (maintainer) Modified: head/www/p5-CIF-Client/Makefile Modified: head/www/p5-CIF-Client/Makefile ============================================================================== --- head/www/p5-CIF-Client/Makefile Sat May 25 16:44:00 2013 (r319062) +++ head/www/p5-CIF-Client/Makefile Sat May 25 18:00:45 2013 (r319063) @@ -38,11 +38,4 @@ PERL_CONFIGURE= yes MAN3= CIF::Client.3 -.include - -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-IO-Compress>=2.008:${PORTSDIR}/archivers/p5-IO-Compress -RUN_DEPENDS+= p5-IO-Compress>=2.008:${PORTSDIR}/archivers/p5-IO-Compress -.endif - -.include +.include