aboutsummaryrefslogtreecommitdiffstats
path: root/security/pam_per_user/Makefile
blob: 88de4746a8cabddec9dbae53975722a70ddb0dab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: Jim Pirzyk <pirzyk@FreeBSD.org>
# $FreeBSD$

PORTNAME=   pam_per_user
PORTVERSION=    0.4
PORTREVISION=   1
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

USES=       libtool
GNU_CONFIGURE=  yes

.include <bsd.port.mk>