# -*- 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 # Revert to GitHub once updated there. R.setup cran ropensci jqr 1.3.3 revision 1 categories-append devel maintainers {@barracuda156 gmail.com:vital.had} openmaintainer license MIT description Client for jq, a JSON processor long_description {*}${description} homepage https://docs.ropensci.org/jqr checksums rmd160 b66f4dd7f278e9ac6ef6719fbc6ec5aa0a6a7298 \ sha256 bad81aa15a06a23eb07e34042dd8f00192ff80d01541ac3a587d98d3bd01c8f0 \ size 34031 depends_build-append \ port:pkgconfig depends_lib-append port:jq \ port:R-magrittr \ port:R-lazyeval # configure script is broken: https://github.com/ropensci/jqr/issues/88 patchfiles patch-fix-configure.diff post-patch { reinplace "s,@PREFIX@,${prefix},g" ${worksrcpath}/configure } depends_test-append port:R-jsonlite \ port:R-testthat test.run yes