mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
fa3a17c064
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories P-S. CR: D422 Approved by: portmgr (bapt)
20 lines
332 B
Makefile
20 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>
|