kernel.ucl revision 284415
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
14scripts: {
15	post-install = <<EOD
16	/usr/sbin/kldxref ${PKG_ROOTDIR}/boot/kernel
17EOD
18}
19