3a722e0726
Sponsored by: The FreeBSD Foundation
25 lines
365 B
Plaintext
25 lines
365 B
Plaintext
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
name = "FreeBSD-%PKGNAME%"
|
|
origin = "base"
|
|
version = "%VERSION%"
|
|
comment = "%COMMENT%"
|
|
categories = [ base ]
|
|
maintainer = "re@FreeBSD.org"
|
|
www = "https://www.FreeBSD.org"
|
|
prefix = "/"
|
|
licenselogic = "single"
|
|
licenses = [ GPLv2 ]
|
|
desc = <<EOD
|
|
%DESC%
|
|
EOD
|
|
deps: {
|
|
FreeBSD-%PKGDEPS%: {
|
|
origin: "base",
|
|
version: "%VERSION%"
|
|
}
|
|
}
|
|
|