freebsd-ports/textproc/elixir-funnel/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

24 lines
455 B
Makefile

PORTNAME= funnel
PORTVERSION= 0.4.1
PORTREVISION= 1
CATEGORIES= textproc
PKGNAMEPREFIX= elixir-
MAINTAINER= erlang@FreeBSD.org
COMMENT= Streaming Elixir API built upon ElasticSearch's percolation
LICENSE= APACHE20
USES= elixir
USE_GITHUB= yes
GH_ACCOUNT= chatgris
MIX_BUILD_DEPS= devel/elixir-poison \
devel/erlang-poolboy \
misc/elixir-uuid \
www/elixir-httpoison
MIX_RUN_DEPS:= ${MIX_BUILD_DEPS}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>