aboutsummaryrefslogblamecommitdiff
path: root/release/packages/libc.ucl
blob: e7a76b855b3340817fd338ec5a06b00bf3955457 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                               
                 








                            
#
# $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: [
    "librtld_db.so.2"
]
deps: {
    "FreeBSD-librtld_db": {
        origin: "base"
        version: "%VERSION%"
    }
}