21 lines
354 B
Makefile
21 lines
354 B
Makefile
# $OpenBSD: Makefile,v 1.4 2021/03/24 15:58:09 sthen Exp $
|
|
|
|
COMMENT = noninteractive ssh password provider
|
|
|
|
DISTNAME = sshpass-1.09
|
|
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = https://sourceforge.net/projects/sshpass/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c
|
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=sshpass/}
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
.include <bsd.port.mk>
|