freebsd-ports/security/pam_ssh_agent_auth/Makefile
Martin Wilke c18d2549a6 - Unbreak PAM initialize
- While here trim header

PR:		176264
Submitted by:	Constantin Stefanov <cstef@parallel.ru>
2013-02-19 16:05:18 +00:00

25 lines
577 B
Makefile

# 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.4
PORTREVISION= 1
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>