summaryrefslogtreecommitdiff
path: root/security/sshpass/Makefile
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2013-05-26 21:28:07 +0000
committerrodent <rodent@pkgsrc.org>2013-05-26 21:28:07 +0000
commit17beb8f36b9934a1dfdf6b15cec8eb3354bf43aa (patch)
treebafb3113f428756400109841d3848f85095c7db2 /security/sshpass/Makefile
parentb442745015cfa502c408cc14e18b607341af29da (diff)
downloadpkgsrc-17beb8f36b9934a1dfdf6b15cec8eb3354bf43aa.tar.gz
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.
Diffstat (limited to 'security/sshpass/Makefile')
-rw-r--r--security/sshpass/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/security/sshpass/Makefile b/security/sshpass/Makefile
new file mode 100644
index 00000000000..f1f478fc4d1
--- /dev/null
+++ b/security/sshpass/Makefile
@@ -0,0 +1,15 @@
+# $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"