freebsd-ports/databases/elixir-mongo/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

23 lines
367 B
Makefile

# $FreeBSD$
PORTNAME= elixir-mongo
PORTVERSION= 0.5.4
CATEGORIES= databases
MAINTAINER= vanilla@FreeBSD.org
COMMENT= Database driver for MongoDB written in Elixir
LICENSE= MIT
USES= elixir
USE_GITHUB= yes
GH_ACCOUNT= checkiz
ELIXIR_APP_NAME=mongo
MIX_BUILD_DEPS= devel/elixir-bson
MIX_RUN_DEPS:= ${MIX_BUILD_DEPS}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>