# $Id: Portfile,v 1.4 2005/02/28 13:06:11 mww Exp $ PortSystem 1.0 PortGroup python24 1.0 name py-managesieve version 0.3 revision 2 categories python mail platforms darwin freebsd maintainers mww@opendarwin.org description Protocol for remotely managing Sieve scripts long_description A Protocol for remotely managing Sieve Scripts. A \ MANGAGESIEVE client library for remotely managing \ Sieve scripts, including an interactive sieveshell. homepage http://www.crazy-compilers.com/py-lib/managesieve.html master_sites http://www.crazy-compilers.com/py-lib/ distname python-managesieve-${version} checksums md5 b2a28b90b7a4e9a8789235f4cc6e32c0 patchfiles patch-managesieve.py depends_lib-append lib:XXX:py-optik post-destroot { xinstall -m 644 -W ${worksrcpath} draft-martin-managesieve-04.txt \ HISTORY README TODO ${destroot}${prefix}/share/doc/${name} }