pkgsrc/security/sshpass/Makefile
rodent f49501198c Import sshpass-1.05 as security/sshpass.
Sshpass is a tool for non-interactively performing password authentication with
SSH's so called "interactive keyboard password authentication". Most users
should use SSH's more secure public key authentication instead.
2013-05-26 21:28:07 +00:00

15 lines
345 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/05/26 21:28:07 rodent Exp $
#
DISTNAME= sshpass-1.05
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sshpass/}
MAINTAINER= rodent@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"