# -*- 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 76670 2011-03-04 23:03:26Z pixilla@macports.org $ PortSystem 1.0 name dovecot2-sieve version 0.2.2 set dovecot2_version 2.0 categories mail maintainers pixilla platforms darwin license LGPL description Pigeonhole sieve and managesieve plugins for dovecot long_description ${description} homepage http://pigeonhole.dovecot.org/ master_sites http://www.rename-it.nl/dovecot/2.0/ distname dovecot-${dovecot2_version}-pigeonhole-${version} checksums sha1 83a1477e7c6b631020f24e6beb84df1676c2028a \ rmd160 7aa58935acb5a89348c53f8e6db44045d56196d9 depends_lib port:dovecot2 configure.args \ --with-dovecot=${prefix}/lib/dovecot \ --with-managesieve=yes livecheck.url ${master_sites} livecheck.type regex livecheck.regex "dovecot-${dovecot2_version}-pigeonhole-(\\d+\\.\\d+(\[0-9rc.\]+)?)${extract.suffix}"