freebsd-ports/security/sshpass/Makefile

19 lines
396 B
Makefile

PORTNAME= sshpass
PORTVERSION= 1.10
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
PLIST_FILES= bin/sshpass \
man/man1/sshpass.1.gz
.include <bsd.port.mk>