# -*- 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-Perl-MD5 1.9
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Perl implementation of Ron Rivests MD5 Algorithm
long_description    This is not an interface (like Digest::MD5) but a Perl \
                    implementation of MD5. It is written in perl only and \
                    because of this it is slow but it works without C-Code. \
                    You should use Digest::MD5 instead of this module if it \
                    is available.

platforms           {darwin any}

checksums           rmd160  31dfb73a8e5742d5ba9cb3fedc969fd152bb216c \
                    sha256  7100cba1710f45fb0e907d8b1a7bd8caef35c64acd31d7f225aff5affeecd9b1

supported_archs     noarch
