aboutsummaryrefslogblamecommitdiff
path: root/security/pam_require/Makefile
blob: f3a08b264a2648f264035e6a2255304404cf9851 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                         
           

                           
                   

                                                                     

                                            
                                                                                 
 
                             

                                  
                                                           



                                                       
# Created by: Chris Cowart <ccowart@rescomp.berkeley.edu>
# $FreeBSD$

PORTNAME=	pam_require
PORTVERSION=	0.7
CATEGORIES=	security
MASTER_SITES=	http://www.splitbrain.org/_media/projects/pamrequire/

MAINTAINER=	ccowart@rescomp.berkeley.edu
COMMENT=	PAM module for restricting access based on unix group or username

USES=		gmake tar:tgz
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--prefix=${PREFIX}
WRKSRC=		${WRKDIR}/${PORTNAME:S/_/-/}-${PORTVERSION}

PLIST_FILES=	lib/pam_require.so lib/pam_require.so.1

.include <bsd.port.mk>