opnsense-ports/devel/elixir-eternal/Makefile
Franco Fichtner a12906ed58 */*: sync with upstream
Taken from: HardenedBSD
2018-06-11 06:33:04 +02:00

22 lines
362 B
Makefile

# $FreeBSD$
PORTNAME= eternal
PORTVERSION= 1.2.0
DISTVERSIONPREFIX= v
CATEGORIES= devel
PKGNAMEPREFIX= elixir-
MAINTAINER= erlang@FreeBSD.org
COMMENT= Elixir supervisor for ETS tables
LICENSE= MIT
USES= elixir
USE_GITHUB= yes
GH_ACCOUNT= whitfin
MIX_BUILD_DEPS= devel/elixir-deppie
MIX_RUN_DEPS:= ${MIX_BUILD_DEPS}
MIX_REWRITE= yes
.include <bsd.port.mk>