freebsd-ports/devel/elixir-nats/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

21 lines
292 B
Makefile

# $FreeBSD$
PORTNAME= elixir-nats
DISTVERSION= 0.1.4-alpha
CATEGORIES= devel
MAINTAINER= erlang@FreeBSD.org
COMMENT= NATS client for Elixir
LICENSE= MIT
USES= elixir
USE_GITHUB= yes
GH_ACCOUNT= nats-io
MIX_REWRITE= yes
ELIXIR_APP_NAME=nats
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>