diff --git a/release/packages/Makefile.package b/release/packages/Makefile.package index 67206387fd9..5261583e0fd 100644 --- a/release/packages/Makefile.package +++ b/release/packages/Makefile.package @@ -38,6 +38,8 @@ groff_COMMENT= Groff Utilities groff_DESC= Groff Utilities hast_COMMENT= Highly Available Storage daemon hast_DESC= Highly Available Storage daemon +hostapd_COMMENT= 802.11 Access Point Daemon an Utilities +hostapd_DESC= 802.11 Access Point Daemon an Utilities jail_COMMENT= Jail Utilities jail_DESC= Jail Utilities jail-debug_DESCR= Debugging Symbols diff --git a/release/packages/hostapd.ucl b/release/packages/hostapd.ucl new file mode 100644 index 00000000000..65b7e90f42f --- /dev/null +++ b/release/packages/hostapd.ucl @@ -0,0 +1,23 @@ +# +# $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 = [ BSD2CLAUSE ] +desc = <