Whenever you install a port, you might see this:
===> Vulnerability check disabled, database not found
That’s because ports have the ability to be automatically checked for vulnerabilities as they are built. To enable this functionality, we need to install portaudit.
Portaudit maintains a database of port vulnerabilities. It can be used to audit currently installed ports and also automatically check ports on build. Sounds good doesn’ it, so let’s get started!