pkgsrc/security/dirb/Makefile
recht 87d6f18252 update to 1.9
Patch submitted in PR 32598 by pancake <at> phreaker <dot> net

In other words:
- Add more checks and fixups on the engine.
- More keywords in wordlists database.
- Add new mode called 'silent mode'
- more charsets availables for gendict
- add some more examples
- add fine tuning for words in NEC=200
2006-01-23 07:51:47 +00:00

21 lines
447 B
Makefile

# $NetBSD: Makefile,v 1.3 2006/01/23 07:51:47 recht Exp $
#
PKGNAME= dirb-1.9
DISTNAME= dirb19
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dirb/}
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://dirb.sourceforge.net/
COMMENT= Web Content Scanner
WRKSRC=${WRKDIR}/dirb
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
BUILDLINK_DEPENDS.curl+= curl>=7.15.0nb1
.include "../../www/curl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"