aboutsummaryrefslogtreecommitdiff
path: root/security/pam_ssh_agent_auth/Makefile
blob: e28737709b64908c6493a2a96a273cb67bc8e1e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Ports collection makefile for:	pam_ssh_agent_auth
# Date created:				26 December 2009
# Whom:					Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	pam_ssh_agent_auth
PORTVERSION=	0.9.2
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_ARGS=	--libexecdir=${LOCALBASE}/lib
USE_PERL5=	yes

MAN8=		pam_ssh_agent_auth.8
PLIST_FILES=	lib/pam_ssh_agent_auth.so

.include <bsd.port.mk>