aboutsummaryrefslogtreecommitdiff
path: root/www/elixir-httpoison/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/elixir-httpoison/Makefile')
-rw-r--r--www/elixir-httpoison/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/www/elixir-httpoison/Makefile b/www/elixir-httpoison/Makefile
deleted file mode 100644
index 92e8d34670a8..000000000000
--- a/www/elixir-httpoison/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-PORTNAME= httpoison
-PORTVERSION= 0.13.0
-DISTVERSIONPREFIX= v
-CATEGORIES= www
-PKGNAMEPREFIX= elixir-
-
-MAINTAINER= erlang@FreeBSD.org
-COMMENT= HTTP client for Elixir powered by hackney
-
-LICENSE= MIT
-
-USES= elixir
-USE_GITHUB= yes
-GH_ACCOUNT= edgurgel
-
-MIX_BUILD_DEPS= www/erlang-hackney
-MIX_RUN_DEPS:= ${MIX_BUILD_DEPS}
-
-OPTIONS_DEFINE= DOCS
-
-.include <bsd.port.mk>