diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-02 15:16:04 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-02 15:19:22 +0000 |
commit | e03d291dcdb7d0398c34f016adbcfaead4848841 (patch) | |
tree | fa26e6259d705358dadd0c8e3b38e7627af2b8da | |
parent | 2c933892e369b6afe6a74c7e0ce668d2a9586566 (diff) | |
download | ports-e03d291dcdb7d0398c34f016adbcfaead4848841.tar.gz ports-e03d291dcdb7d0398c34f016adbcfaead4848841.zip |
lang/erlang-runtime24: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | lang/erlang-runtime24/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/erlang-runtime24/Makefile b/lang/erlang-runtime24/Makefile index faa0d991e446..da635aaa99bd 100644 --- a/lang/erlang-runtime24/Makefile +++ b/lang/erlang-runtime24/Makefile @@ -13,13 +13,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-dirty-schedulers \ --enable-kernel-poll \ |