Date: Thu, 5 Sep 2013 10:39:41 +0000 (UTC) From: Andrej Zverev <az@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326382 - head/devel/p5-Sys-Virt Message-ID: <201309051039.r85Adf51029575@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309051039.r85Adf51029575>