View | Details | Raw Unified | Return to bug 97158
Collapse All | Expand All

(-)pam_per_user/Makefile (+20 lines)
Line 0 Link Here
1
# New ports collection makefile for:	pam_per_user
2
# Date created:				11 May 2006
3
# Whom:						Jim Pirzyk <pirzyk@freebsd.org>
4
#
5
# $FreeBSD$
6
#
7
8
PORTNAME=	pam_per_user
9
PORTVERSION=	0.4
10
CATEGORIES=	security
11
MASTER_SITES=	ftp://ftp.feep.net/pub/software/PAM/pam_per_user/
12
13
MAINTAINER=	pirzyk@freebsd.org
14
COMMENT=	PAM module for per-user authentication
15
16
HAS_CONFIGURE=	YES
17
18
MAN5=		pam_per_user.5
19
20
.include <bsd.port.mk>
(-)pam_per_user/distinfo (+3 lines)
Line 0 Link Here
1
MD5 (pam_per_user-0.4.tar.gz) = 539d42a08db6973d741e84e80b18665d
2
SHA256 (pam_per_user-0.4.tar.gz) = bceb2d723448f943d7cfd0a67a090f2ec620d0b911e25db60cf11dfc40b66978
3
SIZE (pam_per_user-0.4.tar.gz) = 109443
(-)pam_per_user/pkg-descr (+1 lines)
Line 0 Link Here
1
PAM module for per-user authentication
(-)pam_per_user/pkg-plist (+3 lines)
Line 0 Link Here
1
sbin/authtest
2
lib/security/pam_per_user.so.1
3
@dirrmtry lib/security

Return to bug 97158