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

# The maintainer of this distribution has indicated that it is deprecated and no longer suitable for use
# mark deprecated due to lack of upstream support
deprecated.upstream_support no

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         Module-Signature 0.96 ../../authors/id/T/TI/TIMLEGGE
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Module::Signature - DEPRECATED Module signature file manipulation
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  a9bf546e40fb9801ef2017858597610a9cd10618 \
                    sha256  461fe5f6a189e6dc85f8776f7534fdb9821ecb3e04d839268d31353f9b429d7e \
                    size    88448

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

    depends_lib-append \
                    port:p${perl5.major}-crypt-openpgp
}
