# -*- 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 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup Mail-SPF v2.9.0 revision 2 categories-append mail license BSD maintainers yahoo.com:compconsultant description Object oriented implementation of SPF long_description Mail-SPF provides an object oriented interface to \ the Sender Policy Framework, also knows as SPF. platforms darwin supported_archs noarch checksums rmd160 3ec3b3e910fd5fd2d424018c9d8e270131115caf \ sha256 61cb5915f1c7acc7a931ffc1bfc1291bdfac555e2a46eb2391b995ea9ecb6162 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-net-dns-resolver-programmable depends_lib-append \ port:p${perl5.major}-error \ port:p${perl5.major}-mime-base64\ port:p${perl5.major}-net-dns \ port:p${perl5.major}-net-ip \ port:p${perl5.major}-netaddr-ip \ port:p${perl5.major}-uri \ port:p${perl5.major}-version \ perl5.use_module_build post-configure { move ${worksrcpath}/sbin/spfd ${worksrcpath}/sbin/spfd-${perl5.major} } destroot.args-append --install_path sbin=${prefix}/sbin }