aboutsummaryrefslogtreecommitdiff
path: root/release/packages/bhyve.ucl
blob: cd586f0966d5d4095c7011c60bd5fcd3b215e5aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name = "FreeBSD-%PKGNAME%"
origin = "base"
version = "%VERSION%"
comment = "The BSD Hypervisor"
categories = [ base ]
maintainer = "re@FreeBSD.org"
www = "https://www.FreeBSD.org"
prefix = "/"
licenselogic = "single"
licenses = [ BSD2CLAUSE ]
desc = <<EOD
bhyve, the "BSD hypervisor" is a hypervisor/virtual machine manager developed on
FreeBSD and relies on modern CPU features such as Extended Page Tables (EPT) and
VirtIO network and storage drivers
EOD
deps: {
    FreeBSD-runtime: {
        origin: "base",
        version: "%VERSION%"
    }
}