mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
34 lines
1.1 KiB
Tcl
34 lines
1.1 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 openssl 1.0
|
|
PortGroup R 1.0
|
|
|
|
R.setup cran jeroen openssl 2.2.2
|
|
revision 0
|
|
categories-append crypto net security
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Toolkit for encryption, signatures and certificates \
|
|
based on OpenSSL
|
|
long_description {*}${description}
|
|
checksums rmd160 e915015b1d9391b42c13dca6311abe7a53fb44a1 \
|
|
sha256 0cb45f413e8ce4664f79a20768fd7853c538ddb87f33819b5e7a6527ae828c96 \
|
|
size 1208018
|
|
|
|
depends_build-append \
|
|
path:bin/pkg-config:pkgconfig
|
|
|
|
depends_lib-append port:R-askpass
|
|
|
|
depends_test-append port:R-curl \
|
|
port:R-digest \
|
|
port:R-jose \
|
|
port:R-jsonlite \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-sodium \
|
|
port:R-testthat
|
|
|
|
test.run yes
|