svn commit: r326382 - head/devel/p5-Sys-Virt

Andrej Zverev az at FreeBSD.org
Thu Sep 5 10:39:41 UTC 2013


Author: az
Date: Thu Sep  5 10:39:40 2013
New Revision: 326382
URL: http://svnweb.freebsd.org/changeset/ports/326382

Log:
  - add an explicit dependency on pkgconf
  - convert to the new perl5 framework
  Approved by:	portmgr (bapt@, blanket)

Modified:
  head/devel/p5-Sys-Virt/Makefile   (contents, props changed)

Modified: head/devel/p5-Sys-Virt/Makefile
==============================================================================
--- head/devel/p5-Sys-Virt/Makefile	Thu Sep  5 10:36:41 2013	(r326381)
+++ head/devel/p5-Sys-Virt/Makefile	Thu Sep  5 10:39:40 2013	(r326382)
@@ -20,7 +20,8 @@ TEST_DEPENDS=	p5-CPAN-Changes>=0:${PORTS
 		p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
 		p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
 
-PERL_CONFIGURE=	yes
+USES=		perl5 pkgconfig
+USE_PERL5=	configure
 MAKE_JOBS_UNSAFE=	yes
 
 MAN3=		Sys::Virt.3 \


More information about the svn-ports-all mailing list