svn commit: r386088 - head/databases/p5-Class-DBI-DDL

Mathieu Arnold mat at FreeBSD.org
Mon May 11 16:45:48 UTC 2015


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>


More information about the svn-ports-all mailing list