212b18d72d
The Sys::Virt module provides a Perl XS binding to the libvirt virtual machine management APIs. This allows machines running within arbitrary virtualization containers to be managed with a consistent API. ok aja@
29 lines
579 B
Makefile
29 lines
579 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/09/05 15:06:14 jasper Exp $
|
|
|
|
COMMENT= represent and manage a libvirt hypervisor connection
|
|
|
|
DISTNAME= Sys-Virt-0.9.13
|
|
CATEGORIES= sysutils
|
|
|
|
HOMEPAGE= http://libvirt.org/
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
MODCPAN_EXAMPLES= Yes
|
|
|
|
WANTLIB = virt
|
|
LIB_DEPENDS= sysutils/libvirt
|
|
|
|
RUN_DEPENDS= textproc/p5-XML-XPath
|
|
|
|
MAKE_ENV+= LD_PRELOAD="/usr/lib/libpthread.so"
|
|
|
|
.include <bsd.port.mk> |