summaryrefslogtreecommitdiff
path: root/converters/R-cran-jsonlite/Makefile
blob: 88bb02821f76a2a5f1359f9d2cdf721c5831c791 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>

PORTNAME=	jsonlite
PORTVERSION=	1.8.0
CATEGORIES=	converters
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Robust, High Performance JSON Parser and Generator for R

LICENSE=	MIT

USES=	cran:auto-plist,compiles

.include <bsd.port.mk>