diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-02 15:09:11 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-02 15:19:17 +0000 |
commit | cb9d744ebba6a6f0c26d1fda909507d402ec59cc (patch) | |
tree | 3406d2543405e7822f93f02577a0fd0d109c8726 | |
parent | 5a6695ac6e58d0dc52ce73e227da5b39437cedd8 (diff) | |
download | ports-cb9d744ebba6a6f0c26d1fda909507d402ec59cc.tar.gz ports-cb9d744ebba6a6f0c26d1fda909507d402ec59cc.zip |
lang/erlang-runtime20: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | lang/erlang-runtime20/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 |