1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/security/pamtester/Makefile
Jimmy Olgeni fa3a17c064 Remove indefinite articles and trailing periods from COMMENT, plus
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)
2014-07-17 08:57:51 +00:00

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>