Index: Mk/bsd.licenses.db.mk =================================================================== --- Mk/bsd.licenses.db.mk +++ Mk/bsd.licenses.db.mk @@ -78,7 +78,7 @@ _LICENSE_LIST+= MPL10 MPL11 MPL20 # Others -_LICENSE_LIST+= NONE +_LICENSE_LIST+= NONE METAPORT # List of groups (only names must be present) @@ -399,6 +399,12 @@ _LICENSE_NAME_NONE= No license specified _LICENSE_GROUPS_NONE= # empty _LICENSE_PERMS_NONE= none + +# Anyone who wants to limit licenses should not be restricted from +# installing a metaport. Instead the metaport should recurse, +# and its dependents should be accepted or not. +_LICENSE_NAME_METAPORT= Nothing installed - no license +_LICENSE_GROUPS_METAPORT= COPYFREE FSF GPL OSI _LICENSE_NAME_UNLICENSE= The Unlicense _LICENSE_GROUPS_UNLICENSE= COPYFREE FSF GPL