summaryrefslogtreecommitdiff
path: root/www/elixir-phoenix_html/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/elixir-phoenix_html/Makefile')
-rw-r--r--www/elixir-phoenix_html/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/www/elixir-phoenix_html/Makefile b/www/elixir-phoenix_html/Makefile
deleted file mode 100644
index 52204149fdd9..000000000000
--- a/www/elixir-phoenix_html/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-PORTNAME= phoenix_html
-PORTVERSION= 2.11.2
-DISTVERSIONPREFIX= v
-CATEGORIES= www
-PKGNAMEPREFIX= elixir-
-
-MAINTAINER= erlang@FreeBSD.org
-COMMENT= Functions for working with HTML from Phoenix
-
-LICENSE= MIT
-
-USES= elixir
-USE_GITHUB= yes
-GH_ACCOUNT= phoenixframework
-
-MIX_BUILD_DEPS= devel/elixir-plug
-MIX_RUN_DEPS:= ${MIX_BUILD_DEPS}
-MIX_REWRITE= yes
-
-OPTIONS_DEFINE= DOCS
-
-.include <bsd.port.mk>