bff9bc0e00
- Bump PORTREVISION - Update security/py-python-gvm to 23.10.0 - Fix issues with config path of security/py-notus-scanner and security/py-greenbone-feed-sync [1] - Improve pkg-message.in from security/gvm [1] Reported by: Luciano Mannucci <luciano at_ vespaperitivo.it> [1]
27 lines
588 B
Makefile
27 lines
588 B
Makefile
PORTNAME= pg-gvm
|
|
DISTVERSION= 22.6.1
|
|
DISTVERSIONPREFIX=v
|
|
PORTREVISION= 1
|
|
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>
|