1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/databases/pg-gvm/Makefile
Jose Alonso Cardenas Marquez fde0b60655
security/gvm: update to 23.5.2
- databases/pg-gvm: update to 22.6.5
- security/gsa: update to 23.0.0
- security/gsad: update to 22.9.1
- security/gvm-libs: update to 22.9.1
- security/gvmd: update to 23.5.2
- security/openvas: update to 23.0.1
- security/py-gvm-tools: update to 24.3.0
- security/py-notus-scanner: update to 22.6.3
- security/py-ospd-openvas: update to 22.7.1
- security/py-python-gvm: update to 24.3.0
- security/py-greenbone-feed-sync: update to 24.3.0
2024-04-24 17:30:12 -05:00

27 lines
572 B
Makefile

PORTNAME= pg-gvm
DISTVERSION= 22.6.5
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>