opnsense-ports/security/pam_require/Makefile
2022-09-07 22:33:21 +02:00

17 lines
507 B
Makefile

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
WWW= https://www.splitbrain.org/projects/pam_require/
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>