summaryrefslogtreecommitdiff
path: root/devel/elixir-nats/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/elixir-nats/Makefile')
-rw-r--r--devel/elixir-nats/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/devel/elixir-nats/Makefile b/devel/elixir-nats/Makefile
deleted file mode 100644
index d9e9a698cad8..000000000000
--- a/devel/elixir-nats/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-PORTNAME= elixir-nats
-DISTVERSION= 0.1.4-alpha
-CATEGORIES= devel
-
-MAINTAINER= erlang@FreeBSD.org
-COMMENT= NATS client for Elixir
-
-LICENSE= MIT
-
-USES= elixir
-USE_GITHUB= yes
-GH_ACCOUNT= nats-io
-
-MIX_REWRITE= yes
-ELIXIR_APP_NAME=nats
-
-OPTIONS_DEFINE= DOCS
-
-.include <bsd.port.mk>