git: a519f599ee42 - main - graphics/pngcheck: Add CPE information

From: Stefan Eßer <se_at_FreeBSD.org>
Date: Tue, 19 Oct 2021 10:43:50 UTC
The branch main has been updated by se:

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

commit a519f599ee42d3ad18e2fe22f9cc895386ee41b2
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/pngcheck: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 graphics/pngcheck/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/graphics/pngcheck/Makefile b/graphics/pngcheck/Makefile
index 12d8b02ba299..29109cd3e27a 100644
--- a/graphics/pngcheck/Makefile
+++ b/graphics/pngcheck/Makefile
@@ -13,6 +13,9 @@ LICENSE=	GPLv2+ MIT
 LICENSE_COMB=	multi
 LICENSE_FILE_GPLv2+ =	${WRKSRC}/gpl/COPYING
 
+USES=		cpe
+CPE_VENDOR=	libpng
+
 MAKEFILE=	Makefile.unx
 MAKE_ARGS=	CC="${CC}" LD="${CC}" CFLAGS="${CFLAGS} -DUSE_ZLIB" LIBS="-lz"