git: e27aca1639d8 - main - textproc/mdbook: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Oct 2021 15:43:18 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=e27aca1639d8a743c2f0962d9ec2ef28d8c06360 commit e27aca1639d8a743c2f0962d9ec2ef28d8c06360 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-21 15:40:41 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-21 15:40:41 +0000 textproc/mdbook: Add CPE information Approved by: portmgr (blanket) --- textproc/mdbook/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/mdbook/Makefile b/textproc/mdbook/Makefile index 4b93a7f0354e..297cbe6d98c2 100644 --- a/textproc/mdbook/Makefile +++ b/textproc/mdbook/Makefile @@ -9,7 +9,8 @@ COMMENT= Create book from Markdown files (like GitBook but implemented in Rust) LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cargo +USES= cargo cpe +CPE_VENDOR= rust-lang USE_GITHUB= yes GH_ACCOUNT= rust-lang GH_PROJECT= mdBook