Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/release/packages/set-template.ucl
39475 views
# This is the default set of options applied to the set metapackages.
# The options are the same as template.ucl, but we don't include any
# additional UCL files.

name = "${PKG_NAME_PREFIX}-set-${PKGNAME}"
prefix = "/"
origin = "base"
categories = [ base ]
version = "${VERSION}"
maintainer = "${PKG_MAINTAINER}"
www = "${PKG_WWW}"
licenselogic = "single"
licenses = [ BSD2CLAUSE ]

.include(try=false,duplicate=merge) "${UCLFILES}/${PKGNAME}.ucl"