forked from macports/macports-ports
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b3f150b
commit fd9f262
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 | ||
|
||
PortSystem 1.0 | ||
PortGroup R 1.0 | ||
|
||
R.setup github coolbutuseless yyjsonr 07655b5183802ad27746cf35041f023561984aff | ||
version 0.1.20.9001 | ||
revision 0 | ||
categories-append devel | ||
maintainers {@barracuda156 gmail.com:vital.had} openmaintainer | ||
license MIT | ||
description Fast JSON, NDJSON and GeoJSON parser and generator | ||
long_description {*}${description} | ||
homepage https://coolbutuseless.github.io/package/yyjsonr | ||
checksums rmd160 da61a5c253a10a6eadea1e145298b98b12191e69 \ | ||
sha256 be668202ed21a60ae826716d1b811e149dba96899dc08c1176d14d0b2ebedb75 \ | ||
size 1334239 | ||
github.tarball_from archive | ||
|
||
depends_test-append port:R-bit64 \ | ||
port:R-jsonlite \ | ||
port:R-knitr \ | ||
port:R-rmarkdown \ | ||
port:R-testthat | ||
|
||
test.run yes |