# $Id: Portfile 116579 2014-01-29 10:02:40Z jmr@macports.org $

PortSystem 1.0

name            	fuzz
version         	0.6
revision		1
categories      	devel security
license         	GPL-2
maintainers     	nomaintainer
platforms       	darwin
description     	software security checking tool
homepage        	http://fuzz.sourceforge.net/
master_sites    	sourceforge:project/fuzz/fuzz/${version}
checksums     		md5 8c8e7c49729e0a98c0414faac7778ec7
configure.args		--mandir=${prefix}/share/man
long_description 	The fuzz generator is designed to attack certain kinds \
			of software and expose one particular kind of bug \
			common in software. This is the situation where the \
			programmer implicity makes some assumtions about \
			the data stream that the program will be parsing.  \
			If the data stream is substantially different then \
			the program might not be able to deal with it.
