Tweak security/sshpass version 1.05
[dports.git] / security / sshpass / Makefile
1 # Created by: Hung-Yi Chen <gaod@hychen.org>
2 # $FreeBSD: security/sshpass/Makefile 340722 2014-01-22 17:00:46Z mat $
3
4 PORTNAME=       sshpass
5 PORTVERSION=    1.05
6 CATEGORIES=     security
7 MASTER_SITES=   SF/${PORTNAME}/sshpass/${PORTVERSION}
8
9 MAINTAINER=     gaod@hychen.org
10 COMMENT=        A non-interactive ssh password auth tool
11
12 LICENSE=        GPLv2
13
14 GNU_CONFIGURE=  yes
15
16 PLIST_FILES=    bin/sshpass
17 MAN1=           sshpass.1
18
19 NO_STAGE=       yes
20 .include <bsd.port.mk>