1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/security/0d1n/Makefile
Alexey Dokuchaev 6b74ae23bb Add a port of `security/0d1n', web HTTP fuzzing tool and bruteforcer.
Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1484434410 which corresponds to commit 5e4e0ee tagged
as this release.

PR:		214503 (modified)
Submitted by:	Rihaz Jerrin
2017-03-07 12:56:36 +00:00

34 lines
644 B
Makefile

# $FreeBSD$
PORTNAME= 0d1n
PORTVERSION= 2.3
CATEGORIES= security
MAINTAINER= zackj901@yandex.com
COMMENT= Open source web HTTP fuzzing tool and bruteforcer
LICENSE= GPLv3
LIB_DEPENDS= libcurl.so:ftp/curl
USE_GITHUB= yes
GH_ACCOUNT= CoolerVoid
PLIST_FILES= bin/0d1n
PORTDOCS= README.txt
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e '/^#include <alloca\.h>/d' \
${WRKSRC}/get_csrf_token.h ${WRKSRC}/spider.h
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.txt ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>