1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup perl5 1.0 |
---|
5 | |
---|
6 | perl5.branches 5.28 |
---|
7 | perl5.setup AnyEvent-Net-Curl-Queued 0.047 ../by-authors/id/S/SY/SYP |
---|
8 | |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer |
---|
11 | license {Artistic-1 GPL} |
---|
12 | |
---|
13 | supported_archs noarch |
---|
14 | |
---|
15 | description Wrapper for queued downloads via Net::Curl |
---|
16 | |
---|
17 | long_description ${description} |
---|
18 | |
---|
19 | checksums rmd160 773c6f02309ce944c4ebaf0282f309cb01567730 \ |
---|
20 | sha256 6fe95c2dc4fb8d0980afe7242d426c0b2da300df05dff568ada4bf6e5fff2c3c \ |
---|
21 | size 60933 |
---|
22 | |
---|
23 | if {${perl5.major} != ""} { |
---|
24 | depends_build-append \ |
---|
25 | port:p${perl5.major}-test-exception \ |
---|
26 | port:p${perl5.major}-test-warn |
---|
27 | depends_lib-append \ |
---|
28 | port:p${perl5.major}-anyevent \ |
---|
29 | port:p${perl5.major}-http-message \ |
---|
30 | port:p${perl5.major}-json \ |
---|
31 | port:p${perl5.major}-moo \ |
---|
32 | port:p${perl5.major}-moox-types-mooselike \ |
---|
33 | port:p${perl5.major}-net-curl \ |
---|
34 | port:p${perl5.major}-uri |
---|
35 | } |
---|
36 | |
---|
37 | |
---|