git: b062eacc0cb6 - main - textproc/libsass: Add CPE information

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

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

commit b062eacc0cb6f5ab8709652a418580b8ee3e9932
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-21 15:40:39 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-21 15:40:39 +0000

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

diff --git a/textproc/libsass/Makefile b/textproc/libsass/Makefile
index a9eba1620a48..d197c38a05e9 100644
--- a/textproc/libsass/Makefile
+++ b/textproc/libsass/Makefile
@@ -11,7 +11,8 @@ COMMENT=	C/C++ implementation of a Sass compiler
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		autoreconf compiler:c++11-lib gmake libtool pathfix
+USES=		autoreconf compiler:c++11-lib cpe gmake libtool pathfix
+CPE_VENDOR=	sass-lang
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes