1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/security/pam_require/Makefile

22 lines
552 B
Makefile

# 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/
EXTRACT_SUFX= .tgz
MAINTAINER= ccowart@rescomp.berkeley.edu
COMMENT= A PAM module for restricting access based on unix group or username
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
WRKSRC= ${WRKDIR}/${PORTNAME:S/_/-/}-${PORTVERSION}
PLIST_FILES= lib/pam_require.so lib/pam_require.so.1
NO_STAGE= yes
.include <bsd.port.mk>