Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
26 lines
468 B
Makefile
26 lines
468 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|