blob: a8f396116c1d19e8c24bc2713053b8004706cb97 (
plain)
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= jsonlite
PORTVERSION= 1.5
PORTREVISION= 2
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>
|