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

17 lines
304 B
Makefile

PORTNAME= jsx
PORTVERSION= 2.9.0
CATEGORIES= devel
PKGNAMEPREFIX= erlang-
MAINTAINER= erlang@FreeBSD.org
COMMENT= Erlang application for consuming, producing and manipulating JSON
LICENSE= MIT
USES= erlang:rebar
USE_GITHUB= yes
GH_ACCOUNT= talentdeficit
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>