0f287ecd25
The following ports part of security gvm were updated security/gvmd: Update to 21.4.2 security/gvm-libs: Update to 21.4.1 security/openvas: Update to 21.4.1 security/py-ospd-openvas: Update to 21.4.1 security/py-ospd: Update to 21.4.1 security/greenbone-security-assistant: Update to 21.4.1 security/py-python-gvm: Update to 21.6.0 security/py-gvm-tools: Update to 21.6.1
25 lines
723 B
Makefile
25 lines
723 B
Makefile
PORTNAME= ospd
|
|
DISTVERSION= 21.4.1
|
|
CATEGORIES= security net python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
COMMENT= Base for scanner wrappers for OSP (Open Scanner Protocol)
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>0:devel/py-defusedxml@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}deprecated>0:devel/py-deprecated@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}paramiko>0:security/py-paramiko@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR}
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|