git: 961477c9e6df - main - databases/libpg_query: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 21:31:39 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=961477c9e6dfaacbf0606b182f892f77267db0dc commit 961477c9e6dfaacbf0606b182f892f77267db0dc Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-14 21:30:04 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-14 21:30:04 +0000 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 cd2d8402bc0b..fed3d6b19e80 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