Files
ports/sysutils/virt-what/Makefile
Bernhard Froehlich f8e195e9ee sysutils/virt-what: Remove invalid CPE information
Approved by:    portmgr (blanket)
2021-09-03 09:19:28 +00:00

20 lines
397 B
Makefile

PORTNAME= virt-what
PORTVERSION= 1.21
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= perl5
GNU_CONFIGURE= yes
PLIST_FILES= libexec/virt-what-cpuid-helper \
man/man1/virt-what.1.gz \
sbin/virt-what
.include <bsd.port.mk>