# -*- 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-Blowfish 2.14
revision            1
license             BSD-old
maintainers         nomaintainer
description         Implementation of the blowfish-crypto algorithm for perl
long_description    This is Crypt::Blowfish, an XS-based \
                    implementation of the Blowfish cryptography algorithm \
                    designed by Bruce Schneier.

platforms           darwin

checksums           rmd160  720210138a50fad986a6a42a274a28a020aaa2ed \
                    sha256  46b3431ffb6bf5b9cb359f79565d48407e652ad2b04fdf5ca62a69e7197a67b1

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