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 | name rex |
---|
7 | perl5.branches 5.22 5.24 |
---|
8 | perl5.setup Rex 1.5.0 ../by-authors/id/J/JF/JFRIED |
---|
9 | perl5.link_binaries_suffix |
---|
10 | |
---|
11 | platforms darwin |
---|
12 | maintainers christoph-egger.org:christoph |
---|
13 | license Apache-2 |
---|
14 | |
---|
15 | description Rex Deployment & Configuration Management |
---|
16 | |
---|
17 | long_description ${description} |
---|
18 | |
---|
19 | checksums rmd160 28c5933ea8902b3b2b7a63b23024dbda0ed9d187 \ |
---|
20 | sha256 c042a0ed4920070d4508b6e7d2c36d28b3a5691938f2e0a0d7717977b44b82d0 |
---|
21 | |
---|
22 | if {${perl5.major} != ""} { |
---|
23 | depends_build-append \ |
---|
24 | port:p${perl5.major}-parallel-forkmanager \ |
---|
25 | port:p${perl5.major}-string-escape \ |
---|
26 | port:p${perl5.major}-test-deep \ |
---|
27 | port:p${perl5.major}-test-pod \ |
---|
28 | port:p${perl5.major}-test-useallmodules |
---|
29 | depends_lib-append \ |
---|
30 | port:p${perl5.major}-aws-signature4 \ |
---|
31 | port:p${perl5.major}-data-validate-ip \ |
---|
32 | port:p${perl5.major}-devel-caller \ |
---|
33 | port:p${perl5.major}-digest-hmac \ |
---|
34 | port:p${perl5.major}-hash-merge \ |
---|
35 | port:p${perl5.major}-http-message \ |
---|
36 | port:p${perl5.major}-io-string \ |
---|
37 | port:p${perl5.major}-json-xs \ |
---|
38 | port:p${perl5.major}-libwww-perl \ |
---|
39 | port:p${perl5.major}-list-moreutils \ |
---|
40 | port:p${perl5.major}-net-openssh \ |
---|
41 | port:p${perl5.major}-sort-naturally \ |
---|
42 | port:p${perl5.major}-term-readkey \ |
---|
43 | port:p${perl5.major}-text-glob \ |
---|
44 | port:p${perl5.major}-uri \ |
---|
45 | port:p${perl5.major}-xml-simple \ |
---|
46 | port:p${perl5.major}-yaml |
---|
47 | } |
---|
48 | |
---|
49 | |
---|