opnsense-ports/security/py-ssh-audit/Makefile
Franco Fichtner 2f03c0cf40 */*: sync with upstream
Taken from: FreeBSD
2023-06-28 09:14:20 +02:00

21 lines
436 B
Makefile

PORTNAME= ssh-audit
DISTVERSIONPREFIX= v
DISTVERSION= 2.9.0
CATEGORIES= security
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= pkubaj@FreeBSD.org
COMMENT= SSH server auditing
WWW= https://github.com/jtesta/ssh-audit
LICENSE= MIT
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
USES= python
USE_GITHUB= yes
GH_ACCOUNT= jtesta
USE_PYTHON= autoplist pep517
.include <bsd.port.mk>