# -*- 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 name swaks version 20130209.0 revision 2 license GPL-2 maintainers nomaintainer categories perl platforms darwin homepage http://www.jetmore.org/john/code/swaks/ master_sites $homepage description Swiss Army Knife for SMTP long_description \ {Swaks is a featureful, flexible, scriptable, transaction-oriented SMTP test \ tool written and maintained by John Jetmore. Features include: SMTP extensions \ including TLS, authentication, pipelining, and XCLIENT; Protocols including \ SMTP, ESMTP, and LMTP; Transports including unix-domain sockets, \ internet-domain sockets (IPv4 and IPv6), and pipes to spawned processes; \ Completely scriptable configuration, with option specification via environment \ variables, configuration files, and command line.} checksums rmd160 31b52e046ac4529056e66c6a8bcf1a2ac44c7a8f \ sha256 0b0967256dca82776f610f1db862bc47644b236f325fa48cbdb2651babd41f7c perl5.branches 5.24 supported_archs noarch use_configure no build { } destroot { reinplace "s|/usr/bin/perl|${perl5.bin}|g" ${worksrcpath}/swaks xinstall -d -m 755 ${destroot}${prefix}/share/doc xinstall -m 755 -W ${worksrcpath} swaks ${destroot}${prefix}/bin/ file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} LICENSE README ${destroot}${prefix}/share/doc/${name} } depends_run-append port:p${perl5.major}-net-dns \ port:p${perl5.major}-mime-base64 \ port:p${perl5.major}-digest-md5 \ port:p${perl5.major}-digest-sha \ port:p${perl5.major}-authen-sasl \ port:p${perl5.major}-net-ssleay \ port:p${perl5.major}-io-socket-inet6 \ port:p${perl5.major}-time-hires \ port:p${perl5.major}-sys-hostname-long # The following are listed as dependencies but are actually missing from mports tree: # port:p${perl5.major}-Authen-NTLM \ # port:p${perl5.major}-IPC-Open2 \ # port:p${perl5.major}-IO-Socket \ # port:p${perl5.major}-Time-Local \