diff options
Diffstat (limited to 'devel/elixir-cachex/Makefile')
-rw-r--r-- | devel/elixir-cachex/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/devel/elixir-cachex/Makefile b/devel/elixir-cachex/Makefile deleted file mode 100644 index 1231cee373b7..000000000000 --- a/devel/elixir-cachex/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -PORTNAME= cachex -PORTVERSION= 3.0.3 -DISTVERSIONPREFIX= v -CATEGORIES= devel -PKGNAMEPREFIX= elixir- - -MAINTAINER= erlang@FreeBSD.org -COMMENT= Caching library for Elixir - -LICENSE= MIT - -BROKEN= does not build: Unchecked dependencies for environment prod: unsafe, eternal - -USES= elixir -USE_GITHUB= yes -GH_ACCOUNT= whitfin - -MIX_BUILD_DEPS= devel/elixir-eternal \ - devel/elixir-unsafe -MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} -MIX_REWRITE= yes - -OPTIONS_DEFINE= DOCS - -.include <bsd.port.mk> |