Ticket #53884: Portfile.4

File Portfile.4, 854 bytes (added by siccegge (Christoph Egger), 7 years ago)

p5-aws-signature4

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.22 5.24
7perl5.setup         AWS-Signature4 1.02
8
9platforms           darwin
10maintainers         nomaintainer
11license             Artistic-2
12
13description         Create a version4 signature for Amazon Web Services
14
15long_description    ${description}
16
17checksums           rmd160 7067abc1e5425b27c6df36e425aa5e0224e83343 \
18                    sha256 20bbc16cb3454fe5e8cf34fe61f1a91fe26c3f17e449ff665fcbbb92ab443ebd
19
20if {${perl5.major} != ""} {
21    depends_lib-append \
22                    port:p${perl5.major}-libwww-perl \
23                    port:p${perl5.major}-timedate \
24                    port:p${perl5.major}-uri
25}
26
27perl5.use_module_build