freebsd-ports/security/pam_ssh_agent_auth/Makefile
Mathieu Arnold c008d3b9f4 - Convert to staging
maintainer timeout.
PR:		ports/183184
Submitted by:	mat
2013-11-06 12:16:26 +00:00

20 lines
511 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= pam_ssh_agent_auth
PORTVERSION= 0.9.5
CATEGORIES= security
MASTER_SITES= SF/pamsshagentauth/${PORTNAME}/v${PORTVERSION}/
MAINTAINER= miwi@FreeBSD.org
COMMENT= PAM module which permits authentication via ssh-agent
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_func_strnvis=no
CONFIGURE_ARGS= --libexecdir=${LOCALBASE}/lib
USES= perl5
PLIST_FILES= lib/pam_ssh_agent_auth.so man/man8/pam_ssh_agent_auth.8.gz
.include <bsd.port.mk>