summaryrefslogtreecommitdiff
path: root/devel/elixir-plug/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/elixir-plug/Makefile')
-rw-r--r--devel/elixir-plug/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/devel/elixir-plug/Makefile b/devel/elixir-plug/Makefile
deleted file mode 100644
index 66a36dc643e8..000000000000
--- a/devel/elixir-plug/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-PORTNAME= plug
-PORTVERSION= 1.4.5
-DISTVERSIONPREFIX= v
-CATEGORIES= devel
-PKGNAMEPREFIX= elixir-
-
-MAINTAINER= erlang@FreeBSD.org
-COMMENT= Composable modules for Elixir web applications
-
-LICENSE= APACHE20
-
-BROKEN= does not build: Unchecked dependencies for environment prod: mime
-
-USES= elixir
-USE_GITHUB= yes
-GH_ACCOUNT= elixir-lang
-
-MIX_BUILD_DEPS= misc/elixir-mime
-MIX_RUN_DEPS:= ${MIX_BUILD_DEPS}
-MIX_REWRITE= yes
-
-OPTIONS_DEFINE= DOCS
-
-.include <bsd.port.mk>