git: e7fd7cd988b2 - main - math/gnuplot: Add CPE information

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

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

commit e7fd7cd988b2eef53a93b4ae567247e4591bdd65
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-10-08 11:33:26 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-10-08 11:33:26 +0000

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

diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile
index 501072630a28..b280e09a8b3e 100644
--- a/math/gnuplot/Makefile
+++ b/math/gnuplot/Makefile
@@ -14,7 +14,8 @@ LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept
 
 CONFLICTS_INSTALL?=	gnuplot-lite-[0-9]*
 
-USES+=		compiler:c++11-lang groff iconv pkgconfig readline
+USES+=		compiler:c++11-lang cpe groff iconv pkgconfig readline
+CPE_VENDOR=	gnuplot_project
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib ${ICONV_LIB}
 CONFIGURE_ARGS+=--with-readline=gnu \