mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 10:10:31 -04:00
22 lines
487 B
Makefile
22 lines
487 B
Makefile
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>
|