forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
16 lines
339 B
Makefile
16 lines
339 B
Makefile
# 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>
|