2013-09-21 00:55:24 +02:00
|
|
|
# Created by: Dax Labrador <semprix@bsdmail.org>
|
2010-01-19 15:52:14 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= unssh
|
2011-10-19 00:35:18 +02:00
|
|
|
PORTVERSION= 1.5
|
2010-01-19 15:52:14 +01:00
|
|
|
CATEGORIES= security
|
2010-03-17 08:29:51 +01:00
|
|
|
MASTER_SITES= http://www.semprixd.com/shares/ports/
|
2010-01-19 15:52:14 +01:00
|
|
|
|
2011-04-03 09:39:01 +02:00
|
|
|
MAINTAINER= semprix@gmx.com
|
2010-01-19 15:52:14 +01:00
|
|
|
COMMENT= Fast way to delete entries from OpenSSH known_hosts file
|
|
|
|
|
|
|
|
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
|
|
|
|
|
2014-03-18 08:48:43 +01:00
|
|
|
USES= shebangfix
|
2010-01-19 15:52:14 +01:00
|
|
|
NO_BUILD= yes
|
2014-03-18 08:48:43 +01:00
|
|
|
|
2010-01-19 15:52:14 +01:00
|
|
|
PLIST_FILES= bin/unssh
|
2014-03-18 08:48:43 +01:00
|
|
|
SHEBANG_FILES= unssh.sh
|
2010-01-19 15:52:14 +01:00
|
|
|
|
|
|
|
do-install:
|
2014-03-18 08:48:43 +01:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/unssh.sh ${STAGEDIR}${PREFIX}/bin/unssh
|
2010-01-19 15:52:14 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|