head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2012.12.17.15.06.32;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.1
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309099
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309099 | pawel | 2012-12-17 15:00:26 +0000 (Mon, 17 Dec 2012) | 9 lines
## SVN ##
## SVN ## This PAM service module allows PAM-enabled applications to check if
## SVN ## the target user is in some arbitrary plaintext list. Similar to module
## SVN ## pam_ftpusers from the FreeBSD Project and is based on it's code.
## SVN ##
## SVN ## WWW: http://sourceforge.net/projects/pam-search-list/
## SVN ##
## SVN ## PR:		ports/169877
## SVN ## Submitted by:	Victor Popov
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Victor Popov
# $FreeBSD: head/security/pam_search_list/Makefile 309099 2012-12-17 15:00:26Z pawel $

PORTNAME=	pam_search_list
PORTVERSION=	0.1
CATEGORIES=	security
MASTER_SITES=	SF/${PORTNAME:S/_/-/g}
DISTNAME=	${PORTNAME:S/_/-/g}-${PORTVERSION}

MAINTAINER=	v.a.popov@@gmail.com
COMMENT=	PAM module to search arbitrary file for user

USE_XZ=		yes

MANCOMPRESSED=	yes
MAN8=		pam_search_list.8

PLIST_FILES=	lib/libpam_search_list.a \
		lib/libpam_search_list_p.a \
		lib/pam_search_list.so \
		lib/pam_search_list.so.0

.include <bsd.port.mk>
@
