Created attachment 194896 [details] Patch for removing perl dependency from Makefile The security/pam_ssh_agent_auth port has USES=perl5, the configure script checks for perl5, but perl is not used at all.
During build, it fails because it can not find pod2man: --- pam_ssh_agent_auth.8 --- pod2man --section=8 --release=v0.10.3 --name=pam_ssh_agent_auth --official --center "PAM" pam_ssh_agent_auth.pod > pam_ssh_agent_auth.8 sh: pod2man: not found [...] --- pam_ssh_agent_auth.8 --- *** [pam_ssh_agent_auth.8] Error code 127 So it needs it at least during build.
A commit references this bug: Author: pi Date: Mon Aug 20 18:56:19 UTC 2018 New revision: 477670 URL: https://svnweb.freebsd.org/changeset/ports/477670 Log: security/pam_ssh_agent_auth: perl is only needed during build PR: 229536 Submitted by: Gyoergy Teubel <tgyurci@gmail.com> Changes: head/security/pam_ssh_agent_auth/Makefile
Fixed by adding USE_PERL5=build