aboutsummaryrefslogtreecommitdiff
path: root/release/packages/rcmds-debug.ucl
blob: 36f1ad70d071841585497d07d58a08e0b6b0ff0a (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 = "Remote Command Tools (debugging symbols)"
categories = [ base ]
maintainer = "re@FreeBSD.org"
www = "https://www.FreeBSD.org"
prefix = "/"
licenselogic = "single"
licenses = [ BSD2CLAUSE ]
desc = <<EOD
%DESC%
EOD
deps: {
    FreeBSD-rcmds: {
        origin: "base",
        version: "%VERSION%"
    }
}