summaryrefslogtreecommitdiff
path: root/security/sshpass/Makefile
blob: 97e9bd6e8d131f0683be6f751282b9598c5563e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	sshpass
PORTVERSION=	1.09
CATEGORIES=	security
MASTER_SITES=	SF/${PORTNAME}/sshpass/${PORTVERSION}

MAINTAINER=	gaod@hychen.org
COMMENT=	Non-interactive ssh password auth tool
WWW=		https://sourceforge.net/projects/sshpass/

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		autoreconf
GNU_CONFIGURE=	yes

PLIST_FILES=	bin/sshpass \
		man/man1/sshpass.1.gz

.include <bsd.port.mk>