git: 89729179b408 - main - textproc/rubygem-sanitize: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Oct 2021 15:43:34 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=89729179b4081116cfb2e67f4496018a51d7e65d commit 89729179b4081116cfb2e67f4496018a51d7e65d Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-21 15:40:45 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-21 15:40:45 +0000 textproc/rubygem-sanitize: Add CPE information Approved by: portmgr (blanket) --- textproc/rubygem-sanitize/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/rubygem-sanitize/Makefile b/textproc/rubygem-sanitize/Makefile index 15c857109108..d9f9601eccb5 100644 --- a/textproc/rubygem-sanitize/Makefile +++ b/textproc/rubygem-sanitize/Makefile @@ -15,7 +15,8 @@ RUN_DEPENDS= rubygem-crass>=1.0.2<1.1:www/rubygem-crass \ rubygem-nokogiri>=1.8.0:textproc/rubygem-nokogiri \ rubygem-nokogumbo>=2.0<3:textproc/rubygem-nokogumbo -USES= gem +USES= cpe gem +CPE_VENDOR= ${PORTNAME}_project USE_RUBY= yes NO_ARCH= yes