1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/security/pam_per_user/Makefile
Renato Botelho 52ba1c313f PAM module for per-user authentication
PR:		ports/97158
Submitted by:	Jim Pirzyk <pirzyk@freebsd.org>
2006-05-16 15:34:08 +00:00

21 lines
421 B
Makefile

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