# -*- 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-Eksblowfish 0.009
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Crypt::Eksblowfish - The Eksblowfish block cipher
long_description    ${description}

platforms           darwin

checksums           rmd160  61b73c5669895b355ccba43d619750b0fa32c010 \
                    sha256  3cc7126d5841107237a9be2dc5c7fbc167cf3c4b4ce34678a8448b850757014c

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-class-mix

    perl5.use_module_build
}