summaryrefslogtreecommitdiff
path: root/security/ssh-tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/ssh-tools/Makefile')
-rw-r--r--security/ssh-tools/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/security/ssh-tools/Makefile b/security/ssh-tools/Makefile
new file mode 100644
index 000000000000..89a7b1e60a8e
--- /dev/null
+++ b/security/ssh-tools/Makefile
@@ -0,0 +1,26 @@
+PORTNAME= ssh-tools
+DISTVERSIONPREFIX= v
+DISTVERSION= 1.7
+CATEGORIES= security
+
+MAINTAINER= 0mp@FreeBSD.org
+COMMENT= CLI tools that make SSH more convenient
+
+LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= bash:shells/bash
+
+USES= perl5 shebangfix
+USE_GITHUB= yes
+GH_ACCOUNT= vaporup
+USE_PERL5= run
+SHEBANG_FILES= ssh-*
+
+NO_ARCH= yes
+NO_BUILD= yes
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/ssh-* ${STAGEDIR}${PREFIX}/bin
+
+.include <bsd.port.mk>