freebsd-ports/security/py-ssh-audit/Makefile
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

20 lines
335 B
Makefile

# $FreeBSD$
PORTNAME= ssh-audit
DISTVERSIONPREFIX= v
DISTVERSION= 2.3.1
PORTREVISION= 1
CATEGORIES= security
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= pkubaj@FreeBSD.org
COMMENT= SSH server auditing
LICENSE= MIT
USES= python:3.6+
USE_GITHUB= yes
GH_ACCOUNT= jtesta
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>