opnsense-ports/security/pam_require/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

19 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>