git: 3a18a0857223 - main - graphics/nanosvg: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Oct 2021 10:43:49 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=3a18a08572230d953cbc214be3e456292fdcbe5e commit 3a18a08572230d953cbc214be3e456292fdcbe5e Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-19 10:43:24 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-19 10:43:33 +0000 graphics/nanosvg: Add CPE information Approved by: portmgr (blanket) --- graphics/nanosvg/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/nanosvg/Makefile b/graphics/nanosvg/Makefile index 7a0d0be8a555..bf940d01186e 100644 --- a/graphics/nanosvg/Makefile +++ b/graphics/nanosvg/Makefile @@ -8,6 +8,8 @@ COMMENT= Simple C++ header-only SVG parser LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE.txt +USES= cpe +CPE_VENDOR= ${PORTNAME}_project USE_GITHUB= yes GH_ACCOUNT= memononen GH_TAGNAME= ccdb199