# -*- 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-DES 2.07
license             BSD-old
maintainers         nomaintainer
description         Perl DES encryption module
long_description    Crypt::DES - an XS-based DES implimentation for Perl.
platforms           darwin

checksums           rmd160  85b93aae8fbf30501ba5ed418c9c5ec054e4030a \
                    sha256  2db1ebb5837b4cb20051c0ee5b733b4453e3137df0a92306034c867621edd7e7

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

    patchfiles      patch-ignore-implcit-function-declaration.diff
}
