jail.ucl revision 318249
1254721Semaste#
2254721Semaste# $FreeBSD: stable/11/release/packages/jail.ucl 318249 2017-05-12 18:37:08Z gjb $
3254721Semaste#
4254721Semaste
5254721Semastename = "FreeBSD-%PKGNAME%"
6254721Semasteorigin = "base"
7254721Semasteversion = "%VERSION%"
8254721Semastecomment = "%COMMENT%"
9254721Semastecategories = [ base ]
10254721Semastemaintainer = "re@FreeBSD.org"
11254721Semastewww = "https://www.FreeBSD.org"
12254721Semasteprefix = "/"
13254721Semastevital = true
14254721Semastelicenselogic = "single"
15296417Sdimlicenses = [ BSD2CLAUSE ]
16309124Sdimdesc = <<EOD
17254721Semaste%DESC%
18296417SdimEOD
19254721Semastedeps: {
20254721Semaste    FreeBSD-%PKGDEPS%: {
21254721Semaste        origin: "base",
22280031Sdim        version: "%VERSION%"
23314564Sdim    }
24254721Semaste}
25254721Semaste
26254721Semaste