# -*- 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           github 1.0
PortGroup           common_lisp 1.0

github.setup        pmai md5 2.0.5 release-
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-md5
revision            0

checksums           rmd160  a918ff5158170bc7a52ef934a778360ef80f2901 \
                    sha256  274104fdfe4e2ce4340e57c4a9e5b3d7f705f5311da48f1365aebc8678bd08b1 \
                    size    16194

categories-append   devel
maintainers         nomaintainer
license             BSD

description         Common Lisp implementation of the MD5 Message-Digest Algorithm (RFC 1321)

long_description    {*}${description}

depends_lib-append  port:cl-flexi-streams
