summaryrefslogtreecommitdiff
path: root/databases/elixir-ecto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/elixir-ecto/Makefile')
-rw-r--r--databases/elixir-ecto/Makefile41
1 files changed, 0 insertions, 41 deletions
diff --git a/databases/elixir-ecto/Makefile b/databases/elixir-ecto/Makefile
deleted file mode 100644
index f79614395f99..000000000000
--- a/databases/elixir-ecto/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-PORTNAME= ecto
-PORTVERSION= 2.2.10
-DISTVERSIONPREFIX= v
-CATEGORIES= databases
-PKGNAMEPREFIX= elixir-
-
-MAINTAINER= erlang@FreeBSD.org
-COMMENT= Database wrapper and language integrated query for Elixir
-
-LICENSE= APACHE20
-
-BROKEN= does not build: Unchecked dependencies for environment prod: decimal
-
-USES= elixir
-USE_GITHUB= yes
-GH_ACCOUNT= elixir-ecto
-
-OPTIONS_DEFINE= POSTGREX MARIAEX DOCS
-OPTIONS_SUB= yes
-POSTGREX_DESC= PostgreSQL adapter support
-MARIAEX_DESC= MySQL adapter support
-
-MIX_BUILD_NAME= shared
-MIX_BUILD_DEPS= devel/elixir-decimal \
- devel/elixir-poison \
- devel/erlang-poolboy
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MPOSTGREX}
-MIX_BUILD_DEPS+=databases/elixir-postgrex
-.endif
-
-.if ${PORT_OPTIONS:MMARIAEX}
-MIX_BUILD_DEPS+=databases/elixir-mariaex
-.endif
-
-MIX_RUN_DEPS:= ${MIX_BUILD_DEPS}
-MIX_REWRITE= yes
-
-.include <bsd.port.mk>