blob: 7e6546bc0f79c18aa19bb2d9f8a0ef50c1df2cc7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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>
|