freebsd-ports/devel/elixir-exactor/Makefile
Jimmy Olgeni 292b970c23 Add devel/elixir-exactor, a library to simplify the
implementation of GenServer based processes in Elixir.
2015-07-03 14:13:10 +00:00

17 lines
250 B
Makefile

# $FreeBSD$
PORTNAME= exactor
PORTVERSION= 2.1.2
CATEGORIES= devel
PKGNAMEPREFIX= elixir-
MAINTAINER= olgeni@FreeBSD.org
COMMENT= GenServer helper for Elixir
LICENSE= MIT
USES= elixir
USE_GITHUB= yes
GH_ACCOUNT= sasa1977
.include <bsd.port.mk>