# $Id: Portfile 135963 2015-05-08 07:11:22Z ryandesign@macports.org $ PortSystem 1.0 PortGroup python 1.0 name mixminion version 0.0.7.1 revision 1 categories mail license {LGPL-2.1 OpenSSLException} maintainers nomaintainer description implementation of the Type III Anonymous Remailer protocol long_description \ Mixminion is the reference implementation of the Type III Anonymous \ Remailer protocol in Python. platforms darwin homepage http://mixminion.net/ master_sites ${homepage}dist/ distname Mixminion-${version} checksums md5 a7ee96a22dd6246760556fa959a37380 python.default_version 27 post-destroot { foreach mannum {1 5 8} { foreach manfile [glob -tails -directory ${destroot}${python.prefix}/share/man/man${mannum} *] { ln -s ${python.prefix}/share/man/man${mannum}/${manfile} \ ${destroot}${prefix}/share/man/man${mannum}/${manfile} } } }