Ticket #53884: Portfile

File Portfile, 1.9 KB (added by siccegge (Christoph Egger), 7 years ago)

rex

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
6name                rex
7perl5.branches      5.22 5.24
8perl5.setup         Rex 1.5.0 ../by-authors/id/J/JF/JFRIED
9perl5.link_binaries_suffix
10
11platforms           darwin
12maintainers         christoph-egger.org:christoph
13license             Apache-2
14
15description         Rex Deployment & Configuration Management
16
17long_description    ${description}
18
19checksums           rmd160 28c5933ea8902b3b2b7a63b23024dbda0ed9d187 \
20                    sha256 c042a0ed4920070d4508b6e7d2c36d28b3a5691938f2e0a0d7717977b44b82d0
21
22if {${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