Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Sep 2021 15:20:05 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2c933892e369 - main - lang/erlang-runtime23: Add CPE information
Message-ID:  <202109021520.182FK5VR020048@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by decke:

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

commit 2c933892e369b6afe6a74c7e0ce668d2a9586566
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-02 15:14:42 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-02 15:19:20 +0000

    lang/erlang-runtime23: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 lang/erlang-runtime23/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/lang/erlang-runtime23/Makefile b/lang/erlang-runtime23/Makefile
index 1521651f2fef..e941091f606e 100644
--- a/lang/erlang-runtime23/Makefile
+++ b/lang/erlang-runtime23/Makefile
@@ -15,13 +15,16 @@ LICENSE=	APACHE20
 
 BROKEN_sparc64=	Fails to build: error: fp_except undeclared
 
-USES=		autoreconf:build gmake ncurses perl5
+USES=		autoreconf:build cpe gmake ncurses perl5
 USE_GITHUB=	nodefault
 GH_ACCOUNT=	erlang:otp,corba
 GH_PROJECT=	otp:otp corba:corba
 GH_TAGNAME=	5.0.2:corba
 USE_PERL5=	build
 
+CPE_VENDOR=	erlang
+CPE_PRODUCT=	erlang/otp
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-smp-support
 


home | help

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