aboutsummaryrefslogtreecommitdiff
path: root/release/packages/caroot.ucl
blob: d603f9524ddfc6c50a52c1f97bdb878ffcbbe8ab (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
#
# $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
scripts: {
	# XXX If pkg picks up a mechanism to detect in the post-install script
	# files being added or removed, we should use it instead to gate the
	# rehash.
	post-install = <<EOD
	[ -x /usr/sbin/certctl ] && /usr/sbin/certctl rehash
EOD
}