b3075f337b
Sponsored by: The FreeBSD Foundation
21 lines
351 B
Plaintext
21 lines
351 B
Plaintext
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
|
|
deps: {
|
|
FreeBSD-runtime: {
|
|
origin: "base",
|
|
version: "%VERSION%"
|
|
}
|
|
}
|
|
|