1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/sysutils/virt-what/Makefile
Juraj Lutter 5883f71443 sysutils/virt-what: Update to 1.25
Reported by:	portscout
2022-09-13 10:56:25 +02:00

21 lines
448 B
Makefile

PORTNAME= virt-what
PORTVERSION= 1.25
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
WWW= https://people.redhat.com/~rjones/virt-what/
LICENSE= GPLv1
USES= perl5
GNU_CONFIGURE= yes
PLIST_FILES= libexec/virt-what-cpuid-helper \
man/man1/virt-what.1.gz \
sbin/virt-what
.include <bsd.port.mk>