aboutsummaryrefslogtreecommitdiffstats
path: root/security/sshpass/Makefile
blob: 5f86941461030fea176da998dca58c8b74b58a29 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	sshpass
PORTVERSION=	1.10
PORTREVISION=	1
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
GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share

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

.include <bsd.port.mk>