git: 32ea85334f22 - main - graphics/pngcrush: Add CPE information

From: Bernhard Froehlich <decke_at_FreeBSD.org>
Date: Fri, 08 Oct 2021 11:44:38 UTC
The branch main has been updated by decke:

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

commit 32ea85334f22debfa13cb381be3a6da14a907869
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-10-08 11:18:59 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-10-08 11:18:59 +0000

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

diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile
index 208de734554a..7f7f1e78e3a6 100644
--- a/graphics/pngcrush/Makefile
+++ b/graphics/pngcrush/Makefile
@@ -17,10 +17,12 @@ LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept
 
 LIB_DEPENDS=	libpng.so:graphics/png
 
-USES=		localbase:ldflags tar:xz
+USES=		cpe localbase:ldflags tar:xz
 MAKE_ARGS+=	CC="${CC}" CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" LD="${CC}" \
 		LDFLAGS="${LDFLAGS}"
 
+CPE_VENDOR=	pngcrush_project
+
 PLIST_FILES=	bin/pngcrush
 
 post-patch: