# $Id: Portfile,v 1.5 2005/04/21 15:58:12 jberry 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	port:py-optik

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