1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/textproc/elixir-ex_doc/Makefile
Antoine Brodin 06218ba4ad Mark BROKEN: fails to build
** (Mix) You're trying to run :ex_doc on Elixir v1.7.0 but it has declared in its mix.exs file it supports only Elixir ~> 1.3.0 or ~> 1.4.0 or ~> 1.5.0 or ~> 1.6.0

Reported by:	pkg-fallout
2018-08-05 09:25:14 +00:00

26 lines
445 B
Makefile

# $FreeBSD$
PORTNAME= ex_doc
PORTVERSION= 0.18.4
DISTVERSIONPREFIX= v
CATEGORIES= textproc
PKGNAMEPREFIX= elixir-
MAINTAINER= erlang@FreeBSD.org
COMMENT= Tool to generate documentation for Elixir projects
LICENSE= APACHE20 MIT
LICENSE_COMB= multi
BROKEN= fails to build
USES= elixir
USE_GITHUB= yes
GH_ACCOUNT= elixir-lang
MIX_BUILD_DEPS= textproc/elixir-earmark
MIX_RUN_DEPS:= ${MIX_BUILD_DEPS}
MIX_REWRITE= yes
.include <bsd.port.mk>