1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/security/pam_require/Makefile
Adam Weinberger a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00

20 lines
523 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/
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>