diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-07-05 11:00:01 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-07-05 11:00:01 +0000 |
commit | c9f3cc47e218237ec81efa0b4e3dae0e901e0bce (patch) | |
tree | 388178e79faae838fda963e01377176bfd6c570c /www/Makefile | |
parent | 8d1431cdb70c93efbe3ffcdda880efae79e15e20 (diff) |
Add www/elixir-httpotion, an HTTP client for Elixir based on ibrowse.
(not to be confused with elixir-httpoison, which uses hackney)
Notes
Notes:
svn path=/head/; revision=391361
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 04bcb63f7a4e..d881d5280aab 100644 --- a/www/Makefile +++ b/www/Makefile @@ -162,6 +162,7 @@ SUBDIR += elinks SUBDIR += eliom SUBDIR += elixir-httpoison + SUBDIR += elixir-httpotion SUBDIR += elixir-maru SUBDIR += elixir-phoenix SUBDIR += elixir-phoenix_ecto |