1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

security/py-ssh-audit: more fixes

This commit is contained in:
Piotr Kubaj 2020-11-11 14:18:40 +00:00
parent 31f32aac2e
commit 6e1ecd1e07
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=554898

View File

@ -12,16 +12,9 @@ COMMENT= SSH server auditing
LICENSE= MIT
USES= python shebangfix
USES= python
USE_GITHUB= yes
GH_ACCOUNT= jtesta
USE_PYTHON= concurrent distutils
NO_ARCH= yes
SHEBANG_FILES= ssh-audit.py
PLIST_FILES= bin/ssh-audit
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/ssh-audit.py ${STAGEDIR}${PREFIX}/bin/ssh-audit
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>