# -*- 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

# Revert to GitHub once updated there.
R.setup             cran s-u PKI 0.1-15
revision            1
categories-append   crypto
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             {GPL-2 GPL-3}
description         Public Key Infrastucture for R, \
                    based on the X.509 standard
long_description    {*}${description}
homepage            https://www.rforge.net/PKI
checksums           rmd160  b15f50e128f474457ebb914a62eec7374064f5f7 \
                    sha256  8d0d27054e45930a6e4ec9998ef111a4bde6c02c2c066ef0f1b15b7aeff1e7b0 \
                    size    87246
# github.tarball_from archive

depends_build-append \
                    path:bin/pkg-config:pkgconfig

depends_lib-append  port:R-base64enc

depends_test-append port:R-gmp

test.run            yes
