6d487782e4
Changes since 1.0.5: Version 1.06 * Add -P for overriding the password prompt we search for * Add -v for verbose logging of the prompt detection prompt. * Allow packagers and compilers to change the default password prompt. * When giving -V, also print the default password prompt. Also, add patch from FreeBSD to fix tty issue which prevents sshpass from seeing the password prompt.
15 lines
350 B
Makefile
15 lines
350 B
Makefile
# $NetBSD: Makefile,v 1.3 2018/05/06 17:45:30 gavan Exp $
|
|
#
|
|
|
|
DISTNAME= sshpass-1.06
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sshpass/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://sshpass.sourceforge.net/
|
|
COMMENT= Non-interactive ssh password auth
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|