aboutsummaryrefslogtreecommitdiff
path: root/devel/erlang-jsx/Makefile
blob: c742d5c0ae1082c4898c1f8a7ec4235b8df699d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>