git: 78e1a992c1f5 - main - lang/mujs: Add CPE information

From: Stefan Eßer <se_at_FreeBSD.org>
Date: Wed, 20 Oct 2021 16:14:38 UTC
The branch main has been updated by se:

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

commit 78e1a992c1f592a6a521ff042ebfef386fd71ac1
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-20 16:13:18 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-20 16:13:18 +0000

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

diff --git a/lang/mujs/Makefile b/lang/mujs/Makefile
index cc3856155f86..5dfd7da9ff55 100644
--- a/lang/mujs/Makefile
+++ b/lang/mujs/Makefile
@@ -10,7 +10,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 TEST_DEPENDS=	git:devel/git
 
-USES=		compiler:c11 gmake readline # c11 is induced by the FreeBSD headers via isnan(3), etc, otherwise the project is all c99 code
+USES=		compiler:c11 cpe gmake readline # c11 is induced by the FreeBSD headers via isnan(3), etc, otherwise the project is all c99 code
+CPE_VENDOR=	artifex
 USE_LDCONFIG=	yes
 
 USE_GITHUB=	yes