# -*- 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.28 5.30 5.32 5.34
perl5.setup         Digest-SHA 6.04
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Perl module for SHA-1 through SHA-512
long_description    Digest::SHA is a complete implementation of the NIST Secure Hash \
                    Standard.  It gives Perl programmers a convenient way to calculate \
                    SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512 message digests.  The \
                    module can handle all types of input, including partial-byte data.

platforms           darwin

checksums           rmd160  6ceaa5e13ae3cf0c738a5bbcd48358ce0a73f299 \
                    sha256  ee91f8f7db894ee7c6ee003daac10a99056c4948a674ef46acdbb63c81a4abeb \
                    size    46428

perl5.link_binaries no
