git: 3a7947d203e9 - main - dns/libmicrodns: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Oct 2021 19:26:32 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=3a7947d203e95b84f4e1202037187846c53fe80f commit 3a7947d203e95b84f4e1202037187846c53fe80f Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-18 19:18:55 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-18 19:25:54 +0000 dns/libmicrodns: Add CPE information Approved by: portmgr (blanket) --- dns/libmicrodns/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dns/libmicrodns/Makefile b/dns/libmicrodns/Makefile index c2fc6a5b2dc8..d6cca2599050 100644 --- a/dns/libmicrodns/Makefile +++ b/dns/libmicrodns/Makefile @@ -10,7 +10,8 @@ COMMENT= mDNS library focused on being simple and cross-platform LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c11 meson tar:xz +USES= compiler:c11 cpe meson tar:xz +CPE_VENDOR= videolabs USE_LDCONFIG= yes MESON_ARGS= -Dexamples=disabled