Commits
Mojca Miklavec authored 9d2b87d8374
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup perl5 1.0 |
5 5 | |
6 6 | name imapsync |
7 7 | version 1.684 |
8 - | revision 1 |
8 + | revision 2 |
9 9 | categories mail |
10 10 | platforms darwin |
11 11 | maintainers nomaintainer |
12 12 | license WTFPL-2 |
13 13 | description imapsync is an IMAP synchronization, copy or migration tool. |
14 14 | long_description imapsync is an IMAP synchronization, copy or migration \ |
15 15 | tool. Synchronize mailboxes between two imap servers. It is \ |
16 16 | especially good at IMAP migration. |
17 17 | |
18 18 | homepage http://www.linux-france.org/prj/imapsync/ |
19 19 | master_sites https://fedorahosted.org/released/imapsync/ |
20 20 | extract.suffix .tgz |
21 21 | |
22 22 | checksums rmd160 2594e227c5b8e4d5cc5e5e140f9f24a8860b5810 \ |
23 23 | sha256 ab4409c50949fc829bc212d7d9a4919dcafd3ccc55bce6e4e5b11bb8946a98c6 |
24 24 | |
25 - | perl5.branches 5.24 |
25 + | perl5.branches 5.26 |
26 26 | depends_run port:perl${perl5.major} \ |
27 27 | port:p${perl5.major}-mail-imapclient \ |
28 28 | port:p${perl5.major}-io-socket-ssl \ |
29 29 | port:p${perl5.major}-digest-md5 \ |
30 30 | port:p${perl5.major}-digest-hmac \ |
31 31 | port:p${perl5.major}-term-readkey \ |
32 32 | port:p${perl5.major}-unicode-string \ |
33 33 | port:p${perl5.major}-io-tee \ |
34 34 | port:p${perl5.major}-file-copy-recursive \ |
35 35 | port:p${perl5.major}-uri \ |