diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-03 23:12:06 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-03 23:12:06 +0800 |
commit | 99cffd33afcffc8d17dab8db6da626664c1e1435 (patch) | |
tree | 2207b6ab87b4394960be57aef9379eb73a66e220 /net | |
parent | 2a90e1480747384eee79c1c6f41a3daea57af740 (diff) | |
download | freebsd-ports-gnome-99cffd33afcffc8d17dab8db6da626664c1e1435.tar.gz freebsd-ports-gnome-99cffd33afcffc8d17dab8db6da626664c1e1435.tar.zst freebsd-ports-gnome-99cffd33afcffc8d17dab8db6da626664c1e1435.zip |
- Add CPE info
Approved by: portmgr blanket
Diffstat (limited to 'net')
-rw-r--r-- | net/hostapd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/hostapd/Makefile b/net/hostapd/Makefile index 10fb20cd9c2f..3bc3a545bec4 100644 --- a/net/hostapd/Makefile +++ b/net/hostapd/Makefile @@ -11,7 +11,8 @@ COMMENT= IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator LICENSE= BSD3CLAUSE -USES= gmake +USES= cpe gmake +CPE_VENDOR= w1.f1 USE_OPENSSL= yes BUILD_WRKSRC= ${WRKSRC}/hostapd |