aboutsummaryrefslogtreecommitdiff
path: root/sysutils/virt-what/Makefile
blob: 0c7e6ee03c083ed19b4df00b2d7776dc6fee9b94 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

PORTNAME=	virt-what
PORTVERSION=	1.20
CATEGORIES=	sysutils
MASTER_SITES=	https://people.redhat.com/~rjones/virt-what/files/

MAINTAINER=	otis@FreeBSD.org
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>