diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-02-12 06:26:04 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-02-12 06:26:04 +0000 |
commit | ced3b7f7a4e5da03db90c2658bd8cd019cde0811 (patch) | |
tree | 8183461b00fa46fa3d8a43f6b346372e757153c7 /security/sshpass/Makefile | |
parent | 7ff5813e1a476eb75312651d2bb1df623013a410 (diff) |
Notes
Diffstat (limited to 'security/sshpass/Makefile')
-rw-r--r-- | security/sshpass/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/security/sshpass/Makefile b/security/sshpass/Makefile new file mode 100644 index 000000000000..1e9774d783b2 --- /dev/null +++ b/security/sshpass/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: sshpass +# Date created: 2012-02-04 +# Whom: Hung-Yi Chen <gaod@hychen.org> +# +# $FreeBSD$ +# + +PORTNAME= sshpass +PORTVERSION= 1.05 +CATEGORIES= sysutils +MASTER_SITES= SF/${PORTNAME}/sshpass/${PORTVERSION} + +MAINTAINER= gaod@hychen.org +COMMENT= A non-interactive ssh password auth tool + +LICENSE= GPLv2 + +GNU_CONFIGURE= yes + +PLIST_FILES= bin/sshpass +MAN1= sshpass.1 + +.include <bsd.port.mk> |