mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Add LICENSE_FILE
- Switch to options helpers - Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
71a218bad1
commit
c3f5e9904a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509069
@ -9,6 +9,7 @@ MAINTAINER= rodrigo@FreeBSD.org
|
||||
COMMENT= Brute-force dictionary attack against WPA-PSK
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= ssl
|
||||
|
||||
@ -27,7 +28,7 @@ post-patch:
|
||||
-e "s|\(-DOPENSSL\)|\1 -I${OPENSSLINC} -L${OPENSSLLIB} |g" \
|
||||
${WRKSRC}/Makefile
|
||||
|
||||
post-install:
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
coWPAtty is designed to audit the security of pre-shared keys
|
||||
(PSK) selected in WiFi Protected Access (WPA) networks.
|
||||
|
||||
WWW: http://www.willhackforsushi.com/?page_id=50
|
||||
WWW: https://www.willhackforsushi.com/?page_id=50
|
||||
|
Loading…
Reference in New Issue
Block a user