blob: 61d843015cd6e149287398308cb68fcb7b4a1cc2 (
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= ports@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>
|