opnsense-ports/textproc/elixir-funnel/Makefile
Franco Fichtner ed160df95d */*: sync with upstream
Taken from: FreeBSD
2015-09-27 10:20:34 +02:00

24 lines
446 B
Makefile

# $FreeBSD$
PORTNAME= funnel
PORTVERSION= 0.4.1
PORTREVISION= 1
CATEGORIES= textproc
PKGNAMEPREFIX= elixir-
MAINTAINER= olgeni@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}
.include <bsd.port.mk>