1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/security/py-ssh-audit/Makefile
Yuri Victorovich 1a7525ba58 New port: security/py-ssh-audit: SSH server auditing
PR:		223810
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13207
2017-11-24 21:32:05 +00:00

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>