1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/security/radamsa/Makefile
Carlo Strub 970ea2ad54 Radamsa is a generic test case generator for robustness testing, aka a fuzzer.
It can be used to test how well a program can stand malformed and potentially
malicious inputs. It operates on given sample inputs and thus requires minimal
effort to set up.

WWW: https://www.ee.oulu.fi/research/ouspg/Radamsa

PR:		ports/187576
Submitted by:	Jukka Ukkonen <jau@iki.fi>
2014-09-05 20:44:35 +00:00

16 lines
292 B
Makefile

# Created by: Jukka Ukkonen <jau@iki.fi>
# $FreeBSD$
PORTNAME= radamsa
PORTVERSION= 0.3
CATEGORIES= security
MASTER_SITES= https://ouspg.googlecode.com/files/
MAINTAINER= jau@iki.fi
COMMENT= General purpose fuzzer
PLIST_FILES= bin/radamsa \
man/man1/radamsa.1.gz
.include <bsd.port.mk>