textproc/par: Add Capsicum for security
Par is complicated software which process arbitrary input, this patch
adds support for Capsicum to increase its security, we cap_enter() right
at the beginning of main().
PR: 284322
Reported by: mp39590 at gmail.com