git: cb9d744ebba6 - main - lang/erlang-runtime20: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Thu Sep 2 15:20:02 UTC 2021


The branch main has been updated by decke:

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

commit cb9d744ebba6a6f0c26d1fda909507d402ec59cc
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-02 15:09:11 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-02 15:19:17 +0000

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

diff --git a/lang/erlang-runtime20/Makefile b/lang/erlang-runtime20/Makefile
index 13c2f65d8387..c54be06caaeb 100644
--- a/lang/erlang-runtime20/Makefile
+++ b/lang/erlang-runtime20/Makefile
@@ -15,11 +15,14 @@ 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=	yes
 GH_PROJECT=	otp
 USE_PERL5=	build
 
+CPE_VENDOR=	erlang
+CPE_PRODUCT=	erlang/otp
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-smp-support
 


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