aboutsummaryrefslogtreecommitdiffstats
path: root/security/pamtester/Makefile
blob: 224279ac2a2b9ce9ff786578360b98f78e6b501b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: andy@fud.org.nz
# $FreeBSD$

PORTNAME=   pamtester
PORTVERSION=    0.1.2
CATEGORIES= security
MASTER_SITES=   SF

MAINTAINER= ports@FreeBSD.org
COMMENT=    Command line pam authentication tester

GNU_CONFIGURE=  yes
CPPFLAGS+=  ${CFLAGS}
USES=   gmake

PLIST_FILES=    bin/pamtester \
        man/man1/pamtester.1.gz

.include <bsd.port.mk>