Revision
116579
Author
jmr@macports.org
Date
2014-01-29 02:02:40 -0800 (Wed, 29 Jan 2014)

Log Message

fuzz: license

Modified Paths

Diff

Modified: trunk/dports/devel/fuzz/Portfile (116578 => 116579)


--- trunk/dports/devel/fuzz/Portfile	2014-01-29 08:18:34 UTC (rev 116578)
+++ trunk/dports/devel/fuzz/Portfile	2014-01-29 10:02:40 UTC (rev 116579)
@@ -1,10 +1,12 @@
 # $Id$
 
 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
@@ -18,4 +20,4 @@
 			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.  
+			the program might not be able to deal with it.