git: e698cae0294d - main - devel/cereal: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 21:32:14 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=e698cae0294d83d4991868d331bd877b0e199548 commit e698cae0294d83d4991868d331bd877b0e199548 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-14 21:30:13 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-14 21:30:13 +0000 devel/cereal: Add CPE information Approved by: portmgr (blanket) --- devel/cereal/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/cereal/Makefile b/devel/cereal/Makefile index 82208557370e..06a3e2b7e119 100644 --- a/devel/cereal/Makefile +++ b/devel/cereal/Makefile @@ -13,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= boost-libs>0:devel/boost-libs RUN_DEPENDS= boost-libs>0:devel/boost-libs -USES= cmake compiler:c++11-lang +USES= cmake compiler:c++11-lang cpe +CPE_VENDOR= usc USE_GITHUB= yes GH_ACCOUNT= USCiLab