blob: 7f1373cd1027ef8b6ce0e2696b70e4d6bce2346f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= python-gvm
DISTVERSION= 22.9.1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= acm@FreeBSD.org
COMMENT= The Greenbone Vulnerability Management Python API library
WWW= https://github.com/greenbone/python-gvm
LICENSE= GPLv3+
USES= python:3.7+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
post-patch:
${REINPLACE_CMD} -i "" -e 's|/run/gvmd/|/var/run/gvmd/|g' \
${WRKSRC}/gvm/connections.py
.include <bsd.port.mk>
|