Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Oct 2021 11:15:08 GMT
From:      =?utf-8?Q?Stefan E=C3=9Fer?= <se@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5c4530976630 - main - math/libxls: Add CPE information
Message-ID:  <202110191115.19JBF8uT062842@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by se:

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

commit 5c4530976630db9cc79e2d85d5527a12c68dea4d
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-19 11:14:36 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-19 11:14:36 +0000

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

diff --git a/math/libxls/Makefile b/math/libxls/Makefile
index 60ae346e7e98..9cfe829a90a5 100644
--- a/math/libxls/Makefile
+++ b/math/libxls/Makefile
@@ -8,7 +8,8 @@ COMMENT=	Extract Cell Data From Excel xls files
 
 LICENSE=	BSD2CLAUSE
 
-USES=	compiler:c++11-lang libtool
+USES=	compiler:c++11-lang cpe libtool
+CPE_VENDOR=	${PORTNAME}_project
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110191115.19JBF8uT062842>