aboutsummaryrefslogtreecommitdiffstats
path: root/security/unssh/Makefile
blob: 7e0cf8e077b4f7e0b7e53066f9aee272aa44c80b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Dax Labrador <semprix@bsdmail.org>
# $FreeBSD$

PORTNAME=   unssh
PORTVERSION=    1.5
CATEGORIES= security
MASTER_SITES=   http://www.semprixd.com/shares/ports/

MAINTAINER= semprix@gmx.com
COMMENT=    Fast way to delete entries from OpenSSH known_hosts file

RUN_DEPENDS=    bash:shells/bash

USES=       shebangfix
NO_BUILD=   yes

PLIST_FILES=    bin/unssh
SHEBANG_FILES=  unssh.sh

do-install:
    ${INSTALL_SCRIPT} ${WRKSRC}/unssh.sh ${STAGEDIR}${PREFIX}/bin/unssh

.include <bsd.port.mk>