xref: /freebsd/release/packages/set-template.ucl (revision d9cc3d558d00ee7f62dbef2032f099033c91d2a1)
1# This is the default set of options applied to the set metapackages.
2# The options are the same as template.ucl, but we don't include any
3# additional UCL files.
4
5name = "${PKG_NAME_PREFIX}-set-${PKGNAME}"
6prefix = "/"
7origin = "base"
8categories = [ base ]
9version = "${VERSION}"
10maintainer = "${PKG_MAINTAINER}"
11www = "${PKG_WWW}"
12licenselogic = "single"
13licenses = [ BSD2CLAUSE ]
14
15.include(try=false,duplicate=merge) "${UCLFILES}/${PKGNAME}.ucl"
16