freebsd-ports/devel/elixir-poison/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

19 lines
273 B
Makefile

PORTNAME= poison
PORTVERSION= 3.1.0
CATEGORIES= devel
PKGNAMEPREFIX= elixir-
MAINTAINER= erlang@FreeBSD.org
COMMENT= Pure Elixir JSON library
LICENSE= ISCL
USES= elixir
USE_GITHUB= yes
GH_ACCOUNT= devinus
MIX_REWRITE= yes
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>