forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
19 lines
332 B
Makefile
19 lines
332 B
Makefile
# 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>
|