mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
19 lines
320 B
Makefile
19 lines
320 B
Makefile
# Created by: andy@fud.org.nz
|
|
|
|
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>
|