head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.01.14;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2006.08.16.16.46.58;	author rafan;	state Exp;
branches;
next	1.1;

1.1
date	2006.05.24.18.04.24;	author sem;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for: pam_require
# Date created:                      30 March 2006
# Whom:                              Chris Cowart <ccowart@@rescomp.berkeley.edu>
#
# $FreeBSD: head/security/pam_require/Makefile 300897 2012-07-14 14:29:18Z beat $
#

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

.include <bsd.port.mk>
@


1.2
log
@- Update to 0.7

PR:		ports/101826
Submitted by:	chinsan <chinsan.tw at gmail.com>
Approved by:	Christopher Cowart <ccowart at rescomp.berkeley.edu> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@A PAM module that allows you to require a special group or
user to access a service.

WWW: http://www.splitbrain.org/projects/pam_require/

PR:		ports/95187
Submitted by:	Chris Cowart <ccowart@@rescomp.berkeley.edu>
@
text
@d9 1
a9 1
PORTVERSION=	0.6
d20 1
@

