1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/security/fuzz/Makefile
2003-02-20 19:00:52 +00:00

25 lines
468 B
Makefile

# New ports collection makefile for: fuzz
# Date created: 25 July 2000
# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= fuzz
PORTVERSION= 0.6
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= fuzz
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool for testing software by bombarding the program with random data
GNU_CONFIGURE= yes
MAN1= fuzz.1
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>