# -*- 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         Crypt-CAST5 0.05
revision            4
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         CAST5 block cipher
long_description    This module provides an implementation of \
                    the CAST5 block cipher using compiled C code \
                    for increased speed. CAST5 is also known as \
                    CAST-128. It is a product of the CAST design \
                    procedure developed by C. Adams and S. Tavares.

checksums           md5     f4a876c68885950d5df3c30ede634787 \
                    sha1    9093a4971236ef0a6cbb70077067c50afbe185c0

platforms           darwin

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-crypt-cbc
}
