aboutsummaryrefslogtreecommitdiff
path: root/release/packages/bhyve-debug.ucl
blob: 225c2738819d45590e64ff4e5d59236e753c12c8 (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 (debugging symbols)"
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-bhyve: {
        origin: "base",
        version: "%VERSION%"
    }
}