list of software with BSD license

This should do the trick:
[cmd=]find /usr/ports/ -name 'Makefile' -exec egrep -l "LICENSE=[[:space:]]+BSD" {} \;[/cmd]
 
Yes, it does only show the ports that have a correct LICENSE set in the Makefile.
 
If a port does not specify a LICENSE string, what is the license of the port? is BSD 2-clause assumed, or BSD 3-clause if older??

James
 
Back
Top