aboutsummaryrefslogtreecommitdiff
path: root/devel/erlang-jsx/Makefile
blob: 129a730e770ee139849e6d661ba66cb7aec858e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

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>