aboutsummaryrefslogtreecommitdiff
path: root/security/checkpassword-pam/Makefile
blob: 667a3bb71a9dded62b049053e77453c997137353 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Clement Laforet <sheepkiller@cultdeadsheep.org>

PORTNAME=	checkpassword-pam
PORTVERSION=	0.99
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	SF/checkpasswd-pam/checkpasswd-pam/${PORTVERSION}

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

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING

GNU_CONFIGURE=	yes

PLIST_FILES=	bin/checkpassword-pam \
		man/man8/checkpassword-pam.8.gz

post-install:
	${CHMOD} u+s ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>