virt-what is a shell script which can be used to detect if the program is running in a virtual machine. virt-what supports a very large number of different hypervisor types, including common open source hypervisors (KVM, Xen, QEMU, VirtualBox), mainframe systems like IBM Systemz, LPAR, z/VM, hardware partitioning schemes like Hitachi Virtage, proprietary hypervisors like VMWare, Microsoft Hyper-V and much more. WWW: https://people.redhat.com/~rjones/virt-what/ PR: 242403 Submitted by: Juraj Lutter <juraj@lutter.sk>
21 lines
413 B
Makefile
21 lines
413 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= virt-what
|
|
PORTVERSION= 1.20
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://people.redhat.com/~rjones/virt-what/files/
|
|
|
|
MAINTAINER= juraj@lutter.sk
|
|
COMMENT= Utility to determine whether it is being run in virtual environment
|
|
|
|
LICENSE= GPLv1
|
|
|
|
USES= cpe perl5
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= libexec/virt-what-cpuid-helper \
|
|
man/man1/virt-what.1.gz \
|
|
sbin/virt-what
|
|
|
|
.include <bsd.port.mk>
|