git: 22fd18d81999 - main - math/R: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Tue Sep 21 12:58:55 UTC 2021


The branch main has been updated by decke:

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

commit 22fd18d81999099670e5f579a49679a4d11b9a95
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-21 12:12:34 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-21 12:57:51 +0000

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

diff --git a/math/R/Makefile b/math/R/Makefile
index 78e747fb8799..f11b5efacc03 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -25,11 +25,13 @@ RUN_DEPENDS=	gmake:devel/gmake
 # - Create ports for each of the recommended packages
 # - Create a meta-port for the recommended packages
 
-USES=		compiler:c++11-lang gmake iconv libtool localbase pathfix perl5 \
+USES=		compiler:c++11-lang cpe gmake iconv libtool localbase pathfix perl5 \
 		readline
 USE_LDCONFIG=	${PREFIX}/lib/R/lib
 USE_PERL5=	build
 
+CPE_VENDOR=	r-project
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-java \
 		--enable-R-shlib \


More information about the dev-commits-ports-main mailing list