openbsd-ports/sysutils/sshpass/Makefile
jca c6e9de23c9 Import sshpass, a noninteractive ssh password provider.
Useful when/if key-based auth can't be used.  Requested by Jiri B,
tweaks & ok danj@
2017-04-17 01:14:09 +00:00

21 lines
362 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2017/04/17 01:14:09 jca Exp $
COMMENT = noninteractive ssh password provider
DISTNAME = sshpass-1.06
CATEGORIES = sysutils
HOMEPAGE = https://sourceforge.net/projects/sshpass/
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=sshpass/}
CONFIGURE_STYLE = gnu
.include <bsd.port.mk>