1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name dovecot2-sieve |
---|
7 | version 0.2.0 |
---|
8 | set dovecot2_version 2.0 |
---|
9 | |
---|
10 | categories mail |
---|
11 | maintainers pixilla.com:brad |
---|
12 | platforms darwin |
---|
13 | |
---|
14 | license LGPL |
---|
15 | |
---|
16 | description Pigeonhole sieve and managesieve plugins for dovecot |
---|
17 | long_description ${description} |
---|
18 | |
---|
19 | homepage http://pigeonhole.dovecot.org/ |
---|
20 | master_sites http://www.rename-it.nl/dovecot/2.0/ |
---|
21 | distname dovecot-${dovecot2_version}-pigeonhole-${version} |
---|
22 | checksums sha1 894ab2bc881c28870b6d35bf1c7854a6afd9c260 \ |
---|
23 | rmd160 57c010f633d0fb0ff18bc1ae1f0883cbb87a5032 |
---|
24 | |
---|
25 | depends_lib port:dovecot2 |
---|
26 | |
---|
27 | configure.args \ |
---|
28 | --with-dovecot=${prefix}/lib/dovecot \ |
---|
29 | --with-managesieve=yes |
---|
30 | |
---|
31 | livecheck.url ${master_sites} |
---|
32 | livecheck.type regex |
---|
33 | livecheck.regex "dovecot-${dovecot2_version}-pigeonhole-(\\d+\\.\\d+(\[0-9rc.\]+)?)${extract.suffix}" |
---|