diff options
Diffstat (limited to 'net/hostapd/Makefile')
-rw-r--r-- | net/hostapd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/hostapd/Makefile b/net/hostapd/Makefile index 7b1bfb56dfea..3277d8346ea4 100644 --- a/net/hostapd/Makefile +++ b/net/hostapd/Makefile @@ -2,15 +2,14 @@ # $FreeBSD$ PORTNAME= hostapd -PORTVERSION= 2.1 +PORTVERSION= 2.2 CATEGORIES= net MASTER_SITES= http://hostap.epitest.fi/releases/ MAINTAINER= leres@ee.lbl.gov COMMENT= IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator -LICENSE= GPLv2 BSD -LICENSE_COMB= dual +LICENSE= BSD3CLAUSE USES= gmake BUILD_WRKSRC= ${WRKSRC}/${PORTNAME} |