Ticket #26665: Portfile

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