kernel.ucl revision 280209
1name = "FreeBSD-%PKGNAME%"
2origin = "base"
3version = "%VERSION%"
4comment = "%COMMENT%"
5categories = [ base ]
6maintainer = "re@FreeBSD.org"
7www = "http://www.FreeBSD.org"
8prefix = "/"
9licenselogic = "single"
10licenses = [ BSD2CLAUSE ]
11desc = <<EOD
12%DESC%
13EOD
14post-install = <<EOD
15/usr/sbin/kldxref /boot/kernel
16EOD
17