opnsense-ports/security/sshpass/Makefile
Franco Fichtner 5d43e4b8a2 */*: sync with upstream
Taken from: FreeBSD
2016-01-02 10:40:19 +01:00

21 lines
394 B
Makefile

# Created by: Hung-Yi Chen <gaod@hychen.org>
# $FreeBSD$
PORTNAME= sshpass
PORTVERSION= 1.05
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= SF/${PORTNAME}/sshpass/${PORTVERSION}
MAINTAINER= gaod@hychen.org
COMMENT= Non-interactive ssh password auth tool
LICENSE= GPLv2
USES= autoreconf:env
GNU_CONFIGURE= yes
PLIST_FILES= bin/sshpass \
man/man1/sshpass.1.gz
.include <bsd.port.mk>