mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
1c5d401453
- Fix COMMENT - Convert to STAGING - USE_GMAKE -> USES=gmake
21 lines
534 B
Makefile
21 lines
534 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= PAM module for restricting access based on unix group or username
|
|
|
|
USES= gmake
|
|
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>
|