aboutsummaryrefslogtreecommitdiff
path: root/security/sshpass/Makefile
blob: 485db2c3be7d2504c45285348f024d066d05edc4 (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.10
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>