opnsense-ports/security/fuzz/Makefile
Franco Fichtner 0bafe2b7fa */*: sync with upstream
Taken from: FreeBSD
2024-02-26 10:57:15 +01:00

17 lines
367 B
Makefile

PORTNAME= fuzz
PORTVERSION= 0.6
PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool for testing software by bombarding the program with random data
WWW= https://fuzz.sourceforge.net/
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
PLIST_FILES= bin/fuzz \
share/man/man1/fuzz.1.gz
.include <bsd.port.mk>