xref: /freebsd/release/packages/set-template.ucl (revision 66f36c3686762d9a6e48b0453fc7221be36a0eb8)
1*66f36c36SLexi Winter# This is the default set of options applied to the set metapackages.
2*66f36c36SLexi Winter# The options are the same as template.ucl, but we don't include any
3*66f36c36SLexi Winter# additional UCL files.
4*66f36c36SLexi Winter
5*66f36c36SLexi Wintername = "${PKG_NAME_PREFIX}-set-${PKGNAME}"
6*66f36c36SLexi Winterprefix = "/"
7*66f36c36SLexi Winterorigin = "base"
8*66f36c36SLexi Wintercategories = [ base ]
9*66f36c36SLexi Winterversion = "${VERSION}"
10*66f36c36SLexi Wintermaintainer = "${PKG_MAINTAINER}"
11*66f36c36SLexi Winterwww = "${PKG_WWW}"
12*66f36c36SLexi Winterlicenselogic = "single"
13*66f36c36SLexi Winterlicenses = [ BSD2CLAUSE ]
14*66f36c36SLexi Winter
15*66f36c36SLexi Winter.include(try=false,duplicate=merge) "${UCLFILES}/${PKGNAME}.ucl"
16