opnsense-ports/security/sshpass/Makefile
Franco Fichtner b6b8460a8a */*: sync with upstream
Taken from: HardenedBSD
2018-01-25 08:26:08 +01:00

21 lines
406 B
Makefile

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