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.22 5.24 |
---|
7 | perl5.setup AWS-Signature4 1.02 |
---|
8 | |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer |
---|
11 | license Artistic-2 |
---|
12 | |
---|
13 | description Create a version4 signature for Amazon Web Services |
---|
14 | |
---|
15 | long_description ${description} |
---|
16 | |
---|
17 | checksums rmd160 7067abc1e5425b27c6df36e425aa5e0224e83343 \ |
---|
18 | sha256 20bbc16cb3454fe5e8cf34fe61f1a91fe26c3f17e449ff665fcbbb92ab443ebd |
---|
19 | |
---|
20 | if {${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 | |
---|
27 | perl5.use_module_build |
---|