1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/devel/elixir-tirexs/Makefile
2017-02-11 13:12:40 +00:00

22 lines
357 B
Makefile

# $FreeBSD$
PORTNAME= tirexs
PORTVERSION= 0.8.13
DISTVERSIONPREFIX= v
CATEGORIES= devel
PKGNAMEPREFIX= elixir-
MAINTAINER= olgeni@FreeBSD.org
COMMENT= ElasticSearch client library for Elixir
LICENSE= APACHE20
USES= elixir
USE_GITHUB= yes
GH_ACCOUNT= Zatvobor
MIX_BUILD_DEPS= devel/elixir-exjsx
MIX_RUN_DEPS:= ${MIX_BUILD_DEPS}
.include <bsd.port.mk>