From owner-svn-ports-all@FreeBSD.ORG Sat Apr 11 08:19:16 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1ABE5D8F; Sat, 11 Apr 2015 08:19:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 05AF57D; Sat, 11 Apr 2015 08:19:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3B8JFNc067520; Sat, 11 Apr 2015 08:19:15 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3B8JF7e067519; Sat, 11 Apr 2015 08:19:15 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201504110819.t3B8JF7e067519@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Sat, 11 Apr 2015 08:19:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383779 - head/devel/p5-Config-IniFiles X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Apr 2015 08:19:16 -0000 Author: mat Date: Sat Apr 11 08:19:15 2015 New Revision: 383779 URL: https://svnweb.freebsd.org/changeset/ports/383779 Log: Needs Module::Build. Sponsored by: Absolight Modified: head/devel/p5-Config-IniFiles/Makefile Modified: head/devel/p5-Config-IniFiles/Makefile ============================================================================== --- head/devel/p5-Config-IniFiles/Makefile Sat Apr 11 08:18:30 2015 (r383778) +++ head/devel/p5-Config-IniFiles/Makefile Sat Apr 11 08:19:15 2015 (r383779) @@ -19,6 +19,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuild .include