# -*- 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 GnuPG-Interface 1.04 revision 0 license {Artistic-1 GPL} maintainers nomaintainer description Perl interface to GnuPG long_description {*}${description} platforms {darwin any} supported_archs noarch checksums rmd160 646908628aef9abc2120115b1a6d7aafd1865b2e \ sha256 d5faf042446dbb27788e9da48b20d8303ef7d12c62d2b6a3ba416f604bfac673 \ size 77435 if {${perl5.major} != ""} { depends_lib-append \ path:bin/gpg:gnupg2 \ port:p${perl5.major}-math-bigint \ port:p${perl5.major}-moo \ port:p${perl5.major}-moox-handlesvia \ port:p${perl5.major}-moox-late \ port:p${perl5.major}-scalar-list-utils patchfiles fix_taint_mode.patch \ post-patch { reinplace "s|@@PREFIX@@|${prefix}|" \ ${worksrcpath}/lib/GnuPG/Interface.pm } }