Ticket #58148: Portfile

File Portfile, 1.2 KB (added by hyperbole (hyperbole), 5 years ago)

Port file for p5-anyevent-net-curl-queued

Line 
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
3PortSystem          1.0
4PortGroup           perl5 1.0
5
6perl5.branches      5.28
7perl5.setup         AnyEvent-Net-Curl-Queued 0.047 ../by-authors/id/S/SY/SYP
8
9platforms           darwin
10maintainers         nomaintainer
11license             {Artistic-1 GPL}
12
13supported_archs     noarch
14
15description         Wrapper for queued downloads via Net::Curl
16
17long_description    ${description}
18
19checksums           rmd160  773c6f02309ce944c4ebaf0282f309cb01567730 \
20                    sha256  6fe95c2dc4fb8d0980afe7242d426c0b2da300df05dff568ada4bf6e5fff2c3c \
21                    size    60933
22
23if {${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