mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
35 lines
1.2 KiB
Tcl
35 lines
1.2 KiB
Tcl
# -*- 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 jeroen curl 6.0.1
|
|
revision 0
|
|
categories-append net
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Modern and flexible web client for R
|
|
long_description {*}${description}
|
|
homepage https://jeroen.r-universe.dev/curl
|
|
checksums rmd160 6f3e652a2fe3a6f3d11d36fb62b9167c78c9b0ca \
|
|
sha256 841c90bed7745f972ab524e542b1f5c3632767e3d521c163d483e436f3d42362 \
|
|
size 932716
|
|
|
|
depends_build-append \
|
|
path:bin/pkg-config:pkgconfig
|
|
|
|
depends_lib-append port:curl
|
|
|
|
depends_test-append port:R-httpuv \
|
|
port:R-jsonlite \
|
|
port:R-knitr \
|
|
port:R-later \
|
|
port:R-magrittr \
|
|
port:R-rmarkdown \
|
|
port:R-spelling \
|
|
port:R-testthat \
|
|
port:R-webutils
|
|
|
|
test.run yes
|