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> |