e1bfdfbe56
Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
21 lines
292 B
Makefile
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>
|