freebsd-ports/security/fuzz/Makefile

19 lines
352 B
Makefile
Raw Normal View History

# Created by: Chris D. Faulhaber <jedgar@FreeBSD.org>
# $FreeBSD$
PORTNAME= fuzz
2000-08-11 20:26:20 +02:00
PORTVERSION= 0.6
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= Tool for testing software by bombarding the program with random data
GNU_CONFIGURE= yes
2014-01-31 17:51:13 +01:00
PLIST_FILES= bin/fuzz \
man/man1/fuzz.1.gz
.include <bsd.port.mk>