Edit

IABSD.fr/ports/sysutils/sshpass/Makefile

Branch :

  • Show log

    Commit

  • Author : jca
    Date : 2017-04-17 01:14:09
    Hash : c6e9de23
    Message : Import sshpass, a noninteractive ssh password provider. Useful when/if key-based auth can't be used. Requested by Jiri B, tweaks & ok danj@

  • sysutils/sshpass/Makefile
  • # $OpenBSD: Makefile,v 1.1.1.1 2017/04/17 01:14:09 jca Exp $
    
    COMMENT =	noninteractive ssh password provider
    
    DISTNAME =	sshpass-1.06
    
    CATEGORIES =	sysutils
    
    HOMEPAGE =	https://sourceforge.net/projects/sshpass/
    
    # GPLv2
    PERMIT_PACKAGE_CDROM =	Yes
    
    WANTLIB += c
    
    MASTER_SITES =		${MASTER_SITE_SOURCEFORGE:=sshpass/}
    
    CONFIGURE_STYLE =	gnu
    
    .include <bsd.port.mk>