summaryrefslogtreecommitdiff
path: root/security/fuzzdb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/fuzzdb/Makefile')
-rw-r--r--security/fuzzdb/Makefile41
1 files changed, 0 insertions, 41 deletions
diff --git a/security/fuzzdb/Makefile b/security/fuzzdb/Makefile
deleted file mode 100644
index 7efd749562a8..000000000000
--- a/security/fuzzdb/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# Created by: Niels Heinen
-# $FreeBSD$
-
-PORTNAME= fuzzdb
-PORTVERSION= 1.09
-CATEGORIES= security www
-MASTER_SITES= GOOGLE_CODE
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Comprehensive set of fuzzing patterns
-
-LICENSE= BSD3CLAUSE APACHE20
-LICENSE_COMB= multi
-LICENSE_FILE= ${WRKSRC}/_copyright.txt
-
-BROKEN= Unfetchable (google code has gone away)
-DEPRECATED= Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE= 2017-04-30
-
-USES= tar:tgz
-NO_BUILD= yes
-NO_ARCH= yes
-EXTRACT_AFTER_ARGS= --exclude .svn
-PORTDOCS= _copyright.txt _readme.txt
-PORTDIRS= attack-payloads wordlists-misc Discovery \
- web-backdoors wordlists-user-passwd regex
-
-OPTIONS_DEFINE= DOCS
-
-do-install:
-.for dir in ${PORTDIRS}
- ( cd ${WRKSRC}/${dir} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/${dir} )
-.endfor
-
-do-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for doc in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}
-.endfor
-
-.include <bsd.port.mk>