1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/www/elixir-maru/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

26 lines
405 B
Makefile

# $FreeBSD$
PORTNAME= maru
PORTVERSION= 0.12.4
DISTVERSIONPREFIX= v
CATEGORIES= www
PKGNAMEPREFIX= elixir-
MAINTAINER= erlang@FreeBSD.org
COMMENT= Elixir RESTful framework
LICENSE= BSD3CLAUSE
USES= elixir
USE_GITHUB= yes
GH_ACCOUNT= falood
MIX_BUILD_DEPS= devel/elixir-plug \
devel/elixir-poison \
www/erlang-cowboy
MIX_RUN_DEPS:= ${MIX_BUILD_DEPS}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>