blob: 1e9774d783b2146c040014c0e7e8fef1af0322b6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: sshpass
# Date created: 2012-02-04
# Whom: Hung-Yi Chen <gaod@hychen.org>
#
# $FreeBSD$
#
PORTNAME= sshpass
PORTVERSION= 1.05
CATEGORIES= sysutils
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>
|