git: 76661fe1ad90 - main - graphics/pngwriter: Add CPE information

From: Stefan Eßer <se_at_FreeBSD.org>
Date: Wed, 20 Oct 2021 16:14:15 UTC
The branch main has been updated by se:

URL: https://cgit.FreeBSD.org/ports/commit/?id=76661fe1ad900c92b894127e8cdd41936eabfe46

commit 76661fe1ad900c92b894127e8cdd41936eabfe46
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-20 16:13:13 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-20 16:13:13 +0000

    graphics/pngwriter: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 graphics/pngwriter/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/graphics/pngwriter/Makefile b/graphics/pngwriter/Makefile
index 995817bdb78d..40d237ebb27a 100644
--- a/graphics/pngwriter/Makefile
+++ b/graphics/pngwriter/Makefile
@@ -18,7 +18,8 @@ OPTIONS_DEFINE=	DOCS
 
 PORTDOCS=	CHANGES EXAMPLES README PNGwriterQuickReference.pdf
 
-USES=		cmake compiler:c++11-lang
+USES=		cmake compiler:c++11-lang cpe
+CPE_VENDOR=	${PORTNAME}_project
 CMAKE_ON=	BUILD_SHARED_LIBS PNGwriter_USE_FREETYPE
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes