pkgsrc/security/dirb/Makefile
wiz 658d9cf876 tv@ pointed out that curl-7.16.0 had a shlib major bump --
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs
of dependencies.

Sorry for not finding this earlier.
2006-11-19 11:50:23 +00:00

22 lines
464 B
Makefile

# $NetBSD: Makefile,v 1.6 2006/11/19 11:50:25 wiz Exp $
#
PKGNAME= dirb-1.9
DISTNAME= dirb19
PKGREVISION= 2
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"