# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id: Portfile 40743 2008-10-13 19:21:27Z gboyce@macports.org $

PortSystem 1.0
PortGroup python26 1.0

name			    py26-managesieve
version			    0.4.2
revision		    0
categories		    python mail
platforms		    darwin freebsd
maintainers		    nomaintainer
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://python-managesieve.origo.ethz.ch
master_sites	    http://download.origo.ethz.ch/python-managesieve/1573
distname		    managesieve-${version}
depends_build	    port:py26-distribute
use_bzip2           yes
checksums           md5     c252b3d06dc3419dcf3bff815f485b7a \
                    sha1    39ab53e80a039df8b1213d8cb636580a22f2fec7 \
                    rmd160  c1a2753ea5276a3807160ca70bd5b1ff452c8ba6

post-destroot	{
	xinstall -m 644 -W ${worksrcpath} draft-martin-managesieve-07.txt HISTORY README TODO ${destroot}${prefix}/share/doc/${name}
}
