pkgsrc/security/dirb/Makefile
tnn ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00

22 lines
464 B
Makefile

# $NetBSD: Makefile,v 1.7 2008/01/18 05:09:37 tnn Exp $
#
PKGNAME= dirb-1.9
DISTNAME= dirb19
PKGREVISION= 3
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_API_DEPENDS.curl+= curl>=7.15.0nb1
.include "../../www/curl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"