aboutsummaryrefslogtreecommitdiff
path: root/security/pam_per_user/Makefile
blob: 139725c20bf020c9b4125c59b99f0193eb0c6076 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:	pam_per_user
# Date created:				11 May 2006
# Whom:					Jim Pirzyk <pirzyk@freebsd.org>
#
# $FreeBSD$
#

PORTNAME=	pam_per_user
PORTVERSION=	0.4
CATEGORIES=	security
MASTER_SITES=	ftp://ftp.feep.net/pub/software/PAM/pam_per_user/

MAINTAINER=	pirzyk@FreeBSD.org
COMMENT=	PAM module for per-user authentication

USE_AUTOTOOLS=	libtool:15

MAN5=		pam_per_user.5

.include <bsd.port.mk>