git: 6ddb59672143 - main - devel/msgpuck: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 21:33:13 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=6ddb59672143993fbfb9d007a631587d48ab4ded commit 6ddb59672143993fbfb9d007a631587d48ab4ded Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-14 21:30:34 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-14 21:30:34 +0000 devel/msgpuck: Add CPE information Approved by: portmgr (blanket) --- devel/msgpuck/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/msgpuck/Makefile b/devel/msgpuck/Makefile index c0bb9488f86a..8512eebfb0cb 100644 --- a/devel/msgpuck/Makefile +++ b/devel/msgpuck/Makefile @@ -9,7 +9,8 @@ COMMENT= Lightweight MessagePack library LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake compiler:c11 +USES= cmake compiler:c11 cpe +CPE_VENDOR= tarantool USE_LDCONFIG= yes