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

PORTNAME=	RJSONIO
PORTREVISION=	2
DISTVERSION=	1.3-0
CATEGORIES=	converters
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Serialize R objects to JSON, JavaScript Object Notation

LICENSE=	BSD3CLAUSE

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>