Commits
Mojca Miklavec authored 2fc638f86df
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 ftpsync |
7 7 | version 1.3.04 |
8 - | revision 4 |
8 + | revision 5 |
9 9 | categories net |
10 10 | platforms darwin |
11 11 | license GPL-2 |
12 12 | maintainers nomaintainer |
13 13 | description Synchronizes a local and a remote ftp directory tree |
14 14 | long_description ${description} |
15 15 | |
16 16 | homepage https://www.clazzes.org/projects/ftpsync/ |
17 17 | master_sites http://download.clazzes.org/ftpsync/ |
18 18 | |
19 19 | checksums rmd160 3e0f3eda07b26a427ec7e87194fd56ee51d7ae66 \ |
20 20 | sha256 9e750833a37dd37cdb320f8baa1347810ae35da0497dace0a9bf68182e447faf |
21 21 | |
22 22 | supported_archs noarch |
23 23 | |
24 - | perl5.branches 5.24 |
24 + | perl5.branches 5.26 |
25 25 | depends_run port:p${perl5.major}-net \ |
26 26 | port:p${perl5.major}-libwww-perl |
27 27 | |
28 28 | use_bzip2 yes |
29 29 | |
30 30 | configure { |
31 31 | reinplace "s|/usr/bin/perl|${perl5.bin}|1" ${worksrcpath}/ftpsync.pl |
32 32 | } |
33 33 | |
34 34 | build {} |