summaryrefslogtreecommitdiff
path: root/net/elixir-oauth2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/elixir-oauth2/Makefile')
-rw-r--r--net/elixir-oauth2/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/net/elixir-oauth2/Makefile b/net/elixir-oauth2/Makefile
deleted file mode 100644
index 4ef98e18525e..000000000000
--- a/net/elixir-oauth2/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-PORTNAME= oauth2
-PORTVERSION= 2.0.0
-DISTVERSIONPREFIX= v
-CATEGORIES= net
-PKGNAMEPREFIX= elixir-
-
-MAINTAINER= vanilla@FreeBSD.org
-COMMENT= OAuth 2.0 library for Elixir
-
-LICENSE= MIT
-
-MIX_BUILD_DEPS= devel/elixir-plug \
- www/erlang-hackney
-
-USES= elixir
-USE_GITHUB= yes
-GH_ACCOUNT= scrogson
-NO_ARCH= yes
-
-OPTIONS_DEFINE= DOCS
-
-.include <bsd.port.mk>