17 lines
250 B
Makefile
17 lines
250 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= exactor
|
|
PORTVERSION= 2.2.0
|
|
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>
|