summaryrefslogtreecommitdiff
path: root/converters/R-cran-RJSONIO/Makefile
blob: 88e9a3cff50bcd72e8f39ac95b547afccbce4c3b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PORTNAME=	RJSONIO
DISTVERSION=	2.0.0
CATEGORIES=	converters
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Serialize R objects to JSON, JavaScript Object Notation
WWW=		https://cran.r-project.org/web/packages/RJSONIO/

LICENSE=	BSD3CLAUSE

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>