aboutsummaryrefslogtreecommitdiffstats
path: root/devel/erlang-jsx/Makefile
blob: be0c6b7e5b50cb9e8a75410151e7287267f0c8d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

PORTNAME=   jsx
PORTVERSION=    2.8.2
CATEGORIES= devel
PKGNAMEPREFIX=  erlang-

MAINTAINER= olgeni@FreeBSD.org
COMMENT=    Erlang application for consuming, producing and manipulating JSON

LICENSE=    MIT

USES=       erlang:rebar
USE_GITHUB= yes
GH_ACCOUNT= talentdeficit

.include <bsd.port.mk>