summaryrefslogtreecommitdiff
path: root/security/fuzz/Makefile
blob: 3b99b4f85cb074e3bba8813e68e61ddebd2891ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	fuzz
PORTVERSION=	0.6
PORTREVISION=	2
CATEGORIES=	security
MASTER_SITES=	SF

MAINTAINER=	tiago.gasiba@gmail.com
COMMENT=	Tool for testing software by bombarding the program with random data
WWW=		https://fuzz.sourceforge.net/

GNU_CONFIGURE=	yes

PLIST_FILES=	bin/fuzz \
		share/man/man1/fuzz.1.gz

.include <bsd.port.mk>