mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
e1bfdfbe56
Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
26 lines
444 B
Makefile
26 lines
444 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= swarm
|
|
DISTVERSION= 3.3.1
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= elixir-
|
|
|
|
MAINTAINER= erlang@FreeBSD.org
|
|
COMMENT= Clustering, registration, and distribution for Elixir
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= elixir
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= bitwalker
|
|
|
|
MIX_BUILD_DEPS= devel/elixir-gen_state_machine \
|
|
devel/elixir-libring \
|
|
devel/elixir-poison
|
|
MIX_RUN_DEPS:= ${MIX_BUILD_DEPS}
|
|
MIX_REWRITE= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|