aboutsummaryrefslogtreecommitdiff
path: root/release/packages/debug.ucl
blob: ecdb1a4eb838322946b3b7edab68f0e15e9566b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name = "FreeBSD-%PKGNAME%"
origin = "base"
version = "%VERSION%"
comment = "%COMMENT% (debugging symbols)"
categories = [ base ]
maintainer = "re@FreeBSD.org"
www = "https://www.FreeBSD.org"
prefix = "/"
licenselogic = "single"
licenses = [ BSD2CLAUSE ]
desc = <<EOD
%DESC%
EOD
deps: {
    FreeBSD-runtime: {
        origin: "base",
        version: "%VERSION%"
    }
}