aboutsummaryrefslogtreecommitdiff
path: root/release/packages/libthr.ucl
blob: 7716a9df6231e7ecea5f600c139410f5ab6f113e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#
# $FreeBSD$
#

name = "FreeBSD-%PKGNAME%"
origin = "base"
version = "%VERSION%"
comment = "%COMMENT%"
categories = [ base ]
maintainer = "re@FreeBSD.org"
www = "https://www.FreeBSD.org"
prefix = "/"
licenselogic = "single"
licenses = [ BSD2CLAUSE ]
desc = <<EOD
%DESC%
EOD
# XXX: Temporary.
shlibs_required: [
    "libc.so.7"
]
deps: {
    "FreeBSD-libc": {
        origin: "base"
        version: "%VERSION%"
    }
}