mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
10ef4e28eb
PR: 262020 Reported by: freebsd@schukraft.org
30 lines
603 B
Makefile
30 lines
603 B
Makefile
PORTNAME= ssh-tools
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.7
|
|
PORTREVISION= 1
|
|
CATEGORIES= security
|
|
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/
|
|
PATCHFILES= 0bf5771fe3fafcb60ebf4541b8d382eb0ec9f7bc.patch:-p1
|
|
|
|
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>
|