aboutsummaryrefslogtreecommitdiff
path: root/release/packages/kernel.ucl
blob: 49a8d081337abb30350a69aee2e19e3f76847289 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name = "FreeBSD-%PKGNAME%"
origin = "base"
version = "%VERSION%"
comment = "%COMMENT%"
categories = [ base ]
maintainer = "re@FreeBSD.org"
www = "http://www.FreeBSD.org"
prefix = "/"
licenselogic = "single"
licenses = [ BSD2CLAUSE ]
desc = <<EOD
%DESC%
EOD
post-install = <<EOD
/usr/sbin/kldxref /boot/kernel
EOD