head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.01.20;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.02.12.17.37.45;	author jgh;	state Exp;
branches;
next	1.1;

1.1
date	2012.02.12.06.26.04;	author jgh;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for:	sshpass
# Date created:				2012-02-04
# Whom:					Hung-Yi Chen <gaod@@hychen.org>
#
# $FreeBSD: head/security/sshpass/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	sshpass
PORTVERSION=	1.05
CATEGORIES=	security
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>
@


1.2
log
@- fix origin from previous commit
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@Add new port (security/sshpass)

Sshpass is a tool for non-interactively performing password authentication
with SSH's so called "interactive keyboard password authentication".
Most user should use SSH's more secure public key authentication instead.

WWW:	http://sourceforge.net/projects/sshpass/

PR: ports/164775
Submitted by: Hung-Yi Chen <gaod at hychen.org>
@
text
@d10 1
a10 1
CATEGORIES=	sysutils
@

