diff options
| author | Emmanuel Vadot <manu@FreeBSD.org> | 2019-07-19 15:09:00 +0000 |
|---|---|---|
| committer | Emmanuel Vadot <manu@FreeBSD.org> | 2019-07-19 15:09:00 +0000 |
| commit | 1ba153e085f25d335845e6eb9fd560de1eb88403 (patch) | |
| tree | c9046f4cfaba93a89b5cc45254430756024bb9c4 /release | |
| parent | d4335dcc83ec34ce0a537988c3441ba3630fca0d (diff) | |
Notes
Diffstat (limited to 'release')
| -rw-r--r-- | release/packages/Makefile.package | 2 | ||||
| -rw-r--r-- | release/packages/hostapd.ucl | 23 |
2 files changed, 25 insertions, 0 deletions
diff --git a/release/packages/Makefile.package b/release/packages/Makefile.package index 67206387fd90..5261583e0fde 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 000000000000..65b7e90f42f1 --- /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 = <<EOD +%DESC% +EOD +deps: { + FreeBSD-%PKGDEPS%: { + origin: "base", + version: "%VERSION%" + } +} |
