0cca7195e1
databases/pg-gvm: Update to 22.6.6 security/gsa: Update to 24.1.0 (Only amd64 and aarch64) security/gsad: Update to 24.1.0 security/openvas: Update to 23.14.0 security/gvmd: Update to 24.1.2 security/gvm-libs: 22.15.0 security/py-notus-scanner: Update to 22.6.5 security/py-greenbone-feed-sync: Update to 24.9.0 security/py-ospd-openvas: Bump PORTREVISION security/py-gvm-tools: Update to 24.12.1 security/py-python-gvm: Update to 24.12.0
27 lines
572 B
Makefile
27 lines
572 B
Makefile
PORTNAME= pg-gvm
|
|
DISTVERSION= 22.6.6
|
|
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>
|