From 961477c9e6dfaacbf0606b182f892f77267db0dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Thu, 14 Oct 2021 23:30:04 +0200 Subject: [PATCH] databases/libpg_query: Add CPE information Approved by: portmgr (blanket) --- databases/libpg_query/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/databases/libpg_query/Makefile b/databases/libpg_query/Makefile index cd2d8402bc0be..fed3d6b19e809 100644 --- a/databases/libpg_query/Makefile +++ b/databases/libpg_query/Makefile @@ -14,7 +14,8 @@ COMMENT= C library for accessing the PostgreSQL parser outside of the server LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= compiler:c11 gmake pgsql +USES= compiler:c11 cpe gmake pgsql +CPE_VENDOR= ${PORTNAME}_project USE_LDCONFIG= yes USE_GITHUB= yes