mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
security/pam_ssh_agent_auth: Document SSL requirement and configure it
This commit is contained in:
parent
303901a9cb
commit
3e18c0ac9d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421789
@ -10,10 +10,11 @@ MASTER_SITES= SF/pamsshagentauth/${PORTNAME}/v${PORTVERSION}/
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= PAM module which permits authentication via ssh-agent
|
||||
|
||||
USES= perl5 tar:bzip2
|
||||
USES= perl5 ssl tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= ac_cv_func_strnvis=no
|
||||
CONFIGURE_ARGS= --libexecdir=${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS= --libexecdir=${LOCALBASE}/lib \
|
||||
--with-ssl-dir=${OPENSSLBASE}
|
||||
|
||||
PLIST_FILES= lib/pam_ssh_agent_auth.so \
|
||||
man/man8/pam_ssh_agent_auth.8.gz
|
||||
|
Loading…
Reference in New Issue
Block a user