# -*- 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-MD5 2.59
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         RSA MD5 implementation for perl
long_description    The Digest::MD5 module allows you to use the \
                    RSA Data Security Inc. MD5 Message Digest algorithm \
                    from within Perl programs.  The algorithm takes as \
                    input a message of arbitrary length and produces \
                    as output a 128-bit "fingerprint" or "message digest" \
                    of the input. MD5 is described in RFC 1321.

platforms           darwin

checksums           rmd160  0f30ce19af9661860f084d93f2265ced6d8ed461 \
                    sha256  b5ecba079bd5907d52663a659cd977b6247526abe6aed9b818d083dd99af77d2 \
                    size    46562
