opnsense-ports/security/unssh/Makefile
Franco Fichtner d543c3ab93 */*: sync with upstream
Taken from: FreeBSD
2016-04-02 16:03:17 +02:00

23 lines
481 B
Makefile

# 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>