Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Apr 2015 09:13:09 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383846 - head/textproc/p5-Google-Data-JSON
Message-ID:  <201504120913.t3C9D9Ge076370@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Sun Apr 12 09:13:08 2015
New Revision: 383846
URL: https://svnweb.freebsd.org/changeset/ports/383846

Log:
  This need Module::Build.
  
  Sponsored by:	Absolight

Modified:
  head/textproc/p5-Google-Data-JSON/Makefile

Modified: head/textproc/p5-Google-Data-JSON/Makefile
==============================================================================
--- head/textproc/p5-Google-Data-JSON/Makefile	Sun Apr 12 08:48:43 2015	(r383845)
+++ head/textproc/p5-Google-Data-JSON/Makefile	Sun Apr 12 09:13:08 2015	(r383846)
@@ -26,6 +26,6 @@ TEST_DEPENDS=	p5-Test-NoWarnings>=0:${PO
 		p5-Test-Perl-Critic>=0:${PORTSDIR}/textproc/p5-Test-Perl-Critic
 
 USES=		perl5
-USE_PERL5=	configure
+USE_PERL5=	modbuild
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504120913.t3C9D9Ge076370>