mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
1a7525ba58
PR: 223810 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13207
28 lines
491 B
Makefile
28 lines
491 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ssh-audit
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.7.0
|
|
CATEGORIES= security
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= pkubaj@anongoth.pl
|
|
COMMENT= SSH server auditing
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python shebangfix
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= arthepsy
|
|
USE_PYTHON= concurrent
|
|
NO_BUILD= yes
|
|
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
|
|
|
|
.include <bsd.port.mk>
|