Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 May 2015 16:45:48 +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: r386088 - head/databases/p5-Class-DBI-DDL
Message-ID:  <201505111645.t4BGjmDp052960@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon May 11 16:45:47 2015
New Revision: 386088
URL: https://svnweb.freebsd.org/changeset/ports/386088

Log:
  This *needs* Module::Build to build.
  
  Pointy hat to:	adamw
  Sponsored by:	Absolight

Modified:
  head/databases/p5-Class-DBI-DDL/Makefile

Modified: head/databases/p5-Class-DBI-DDL/Makefile
==============================================================================
--- head/databases/p5-Class-DBI-DDL/Makefile	Mon May 11 15:57:51 2015	(r386087)
+++ head/databases/p5-Class-DBI-DDL/Makefile	Mon May 11 16:45:47 2015	(r386088)
@@ -16,6 +16,6 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite
 
 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?201505111645.t4BGjmDp052960>