opnsense-ports/textproc/elixir-funnel/Makefile
Franco Fichtner 740ed7b2c0 */*: sync with upstream
Taken from: HardenedBSD
2018-09-11 00:35:04 +02:00

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>