summaryrefslogtreecommitdiff
path: root/security/checkpassword-pam/Makefile
blob: 4020889d40dbe9e3d8be900a6e1df44951affa1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	checkpassword-pam
# Date created:				30 september 2003
# Whom:					Clement Laforet <sheepkiller@cultdeadsheep.org>
#
# $FreeBSD$
#

PORTNAME=	checkpassword-pam
PORTVERSION=	0.99
CATEGORIES=	security
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	checkpasswd-pam

MAINTAINER=	sem@FreeBSD.org
COMMENT=	Implementation of checkpassword authentication program

GNU_CONFIGURE=	yes

MAN8=		checkpassword-pam.8
PLIST_FILES=	bin/checkpassword-pam

.include <bsd.port.mk>