1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/security/pam_helper/Makefile
Joe Marcus Clarke 2ae87730b3 Increase the length of the password.
Requested by:	Julien Picalausa <jpicalau@elmandria.com>
2016-09-18 18:18:35 +00:00

22 lines
463 B
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTNAME= pam_helper
PORTVERSION= 1.1
CATEGORIES= security sysutils
MASTER_SITES= http://www.marcuscom.com/pam_helper/
MAINTAINER= marcus@FreeBSD.org
COMMENT= Authenticate applications requiring PAM services
LICENSE= BSD2CLAUSE
USES= tar:bzip2 uidfix
PLIST_FILES= bin/pam_helper
post-patch:
@${REINPLACE_CMD} '/BINOWN=/d ; s,$${MINUSLPAM},-lpam,' ${WRKSRC}/Makefile
.include <bsd.port.mk>