Source
# -*- 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 perl5 1.0
perl5.branches 5.26
perl5.setup Crypt-OpenSSL-DSA 0.19
license {Artistic-1 GPL}
maintainers nomaintainer
description Crypt::OpenSSL::DSA - Digital Signature Algorithm using OpenSSL
long_description ${description}
platforms darwin
checksums rmd160 56ba8b5ff35e47a8833a284427d11bb2c0f31e62 \
sha256 ca3c06fb3c9e3895acf7bdc02300335987776fe90fee96d74d230b93b22be00a
if {${perl5.major} != ""} {
depends_lib-append \
path:lib/libssl.dylib:openssl
}