Files
ports/databases/pg-gvm/Makefile
T
Jose Alonso Cardenas Marquez fd51b85ebf security/gvm: Update to 26.31.1
- databases/pg-gvm: Update to 22.6.17
- security/gsa: Update to 27.4.1 (Only amd64 and aarch64)
- security/gsa: Remove DEPRECATED. Now it uses www/npm-node24
- security/gsad: Update to 26.4.0
- security/openvas: Update to 23.46.3
- security/openvas: Improve getinterfaces function [1]
- security/gvmd: Update to 26.31.1
- security/gvm-libs: 23.7.0
- security/py-greenbone-feed-sync: Update to 25.3.0
- security/py-gvm-tools: Update to 26.0.6
- security/py-python-gvm: Update to 27.4.0

PR:		295199
Reported by:	 jward __at_ ehprivacy.com [1]
2026-06-23 19:00:54 -07:00

27 lines
573 B
Makefile

PORTNAME= pg-gvm
DISTVERSION= 22.6.17
DISTVERSIONPREFIX=v
CATEGORIES= databases devel
MAINTAINER= acm@FreeBSD.org
COMMENT= Greenbone Library for helper functions in PostgreSQL
WWW= https://github.com/greenbone/pg-gvm
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libgvm_base.so:security/gvm-libs \
libical.so:devel/libical
USES= cmake gnome pkgconfig pgsql
USE_GNOME= glib20
USE_GITHUB= yes
GH_ACCOUNT= greenbone
GH_PROJECT= pg-gvm
post-patch:
@${REINPLACE_CMD} -e 's|find -type f|find * -type f|g' ${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>