freebsd-ports/security/sshpass/Makefile
Sunpoet Po-Chuan Hsieh 64129ffe3d Update to 1.0.6
- While I'm here:
  - Add LICENSE_FILE
  - Regenerate patch file with makepatch:
  - Update WWW

Changes:	https://sourceforge.net/projects/sshpass/files/sshpass/1.06/ChangeLog/view
PR:		216319
Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
2017-01-20 19:38:49 +00:00

21 lines
410 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:env
GNU_CONFIGURE= yes
PLIST_FILES= bin/sshpass \
man/man1/sshpass.1.gz
.include <bsd.port.mk>