opnsense-ports/devel/elixir-gen_state_machine/Makefile
Franco Fichtner 85d066a61f */*: sync with upstream
Taken from: HardenedBSD
2018-09-03 02:25:18 +02:00

20 lines
325 B
Makefile

# $FreeBSD$
PORTNAME= gen_state_machine
PORTVERSION= 2.0.3
DISTVERSIONPREFIX= v
CATEGORIES= devel
PKGNAMEPREFIX= elixir-
MAINTAINER= erlang@FreeBSD.org
COMMENT= Idiomatic Elixir wrapper for gen_statem in OTP 19
LICENSE= APACHE20
USES= elixir
USE_GITHUB= yes
GH_ACCOUNT= antipax
MIX_REWRITE= yes
.include <bsd.port.mk>