aboutsummaryrefslogtreecommitdiff
path: root/devel/elixir-poison/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/elixir-poison/Makefile')
-rw-r--r--devel/elixir-poison/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/devel/elixir-poison/Makefile b/devel/elixir-poison/Makefile
deleted file mode 100644
index 7b82a69248e0..000000000000
--- a/devel/elixir-poison/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-PORTNAME= poison
-PORTVERSION= 3.1.0
-CATEGORIES= devel
-PKGNAMEPREFIX= elixir-
-
-MAINTAINER= erlang@FreeBSD.org
-COMMENT= Pure Elixir JSON library
-
-LICENSE= ISCL
-
-USES= elixir
-USE_GITHUB= yes
-GH_ACCOUNT= devinus
-
-MIX_REWRITE= yes
-
-OPTIONS_DEFINE= DOCS
-
-.include <bsd.port.mk>