aboutsummaryrefslogtreecommitdiffstats
path: root/security/unix-selfauth-helper/Makefile
blob: 9273cdff3650bfe9e46d997766c653bb9a8fa2e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	unix-selfauth-helper
DISTVERSION=	1.1
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	${WWW}/releases/download/v${DISTVERSION}/

MAINTAINER=	zirias@FreeBSD.org
COMMENT=	Local self-authentication for pam_exec
WWW=		https://github.com/Zirias/${PORTNAME}

LICENSE=	BSD2CLAUSE

USES=		tar:xz

MAKE_ARGS+=	MANDIR=${PREFIX}/share/man/man

PLIST_FILES=	etc/pam.d/unix-selfauth \
		libexec/unix-selfauth-helper \
		share/man/man8/unix-selfauth-helper.8.gz

.include <bsd.port.mk>