aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/cowpatty/Makefile
diff options
context:
space:
mode:
authorRodrigo Osorio <rodrigo@FreeBSD.org>2014-06-27 13:32:28 +0000
committerRodrigo Osorio <rodrigo@FreeBSD.org>2014-06-27 13:32:28 +0000
commit40ec77ee66d966b51b74a20cf3b7cd0864824696 (patch)
treecf7de43b512cc427580dbee4a64ef8a91cf75f79 /net-mgmt/cowpatty/Makefile
parent1a79bd12901eec26cf210e6904e35ba57fa1957f (diff)
downloadports-40ec77ee66d966b51b74a20cf3b7cd0864824696.tar.gz
ports-40ec77ee66d966b51b74a20cf3b7cd0864824696.zip
- take maintenership
- add licence - fix deprecated NOPORTDOCS Approved by: bapt (mentor)
Notes
Notes: svn path=/head/; revision=359520
Diffstat (limited to 'net-mgmt/cowpatty/Makefile')
-rw-r--r--net-mgmt/cowpatty/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/cowpatty/Makefile b/net-mgmt/cowpatty/Makefile
index cd5a5375fe45..8d9eb80300dd 100644
--- a/net-mgmt/cowpatty/Makefile
+++ b/net-mgmt/cowpatty/Makefile
@@ -8,22 +8,22 @@ MASTER_SITES= http://www.willhackforsushi.com/code/cowpatty/${PORTVERSION}/ \
http://mcx2.org/files/
EXTRACT_SUFX= .tgz
-MAINTAINER= dhn@FreeBSD.org
+MAINTAINER= rodrigo@FreeBSD.org
COMMENT= Brute-force dictionary attack against WPA-PSK
+LICENSE= GPLv2
+
PORTDOCS= FAQ README
SUB_FILES= pkg-message
MAKE_JOBS_UNSAFE= yes
+OPTIONS_DEFINE= DOCS
USE_OPENSSL= yes
PLIST_FILES= bin/cowpatty bin/genpmk
post-install:
-.if !defined(NOPORTDOCS)
- @${ECHO_MSG} "Installing additional documentation to ${DOCSDIR}"
@${MKDIR} ${STAGEDIR}${DOCSDIR}
@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>