16 lines
345 B
Makefile
16 lines
345 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2013/05/26 21:28:07 rodent Exp $
|
||
|
#
|
||
|
|
||
|
DISTNAME= sshpass-1.05
|
||
|
CATEGORIES= security
|
||
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sshpass/}
|
||
|
|
||
|
MAINTAINER= rodent@NetBSD.org
|
||
|
HOMEPAGE= http://sshpass.sourceforge.net/
|
||
|
COMMENT= Non-interactive ssh password auth
|
||
|
LICENSE= gnu-gpl-v2
|
||
|
|
||
|
GNU_CONFIGURE= yes
|
||
|
|
||
|
.include "../../mk/bsd.pkg.mk"
|