freebsd-ports/textproc/elixir-ex_doc/Makefile
Mathieu Arnold e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00

27 lines
467 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
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>