git: 45287b111f2b - main - math/libRmath: add CPE information

From: Koichiro Iwao <meta_at_FreeBSD.org>
Date: Sat, 02 Nov 2024 12:36:57 UTC
The branch main has been updated by meta:

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

commit 45287b111f2be3d296b07915d8017a69730b34f8
Author:     Älven <alster@vinterdalen.se>
AuthorDate: 2024-10-26 12:58:32 +0000
Commit:     Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2024-11-02 12:36:38 +0000

    math/libRmath: add CPE information
    
    PR:             282334
---
 math/libRmath/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/math/libRmath/Makefile b/math/libRmath/Makefile
index 7bba9ddad580..23cca433215a 100644
--- a/math/libRmath/Makefile
+++ b/math/libRmath/Makefile
@@ -16,7 +16,8 @@ ONLY_FOR_ARCHS=	aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le
 LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libpcre2-8.so:devel/pcre2
 
-USES=		fortran localbase pathfix
+USES=		cpe fortran localbase pathfix
+CPE_VENDOR=	r-project
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes