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.28 |
---|
7 | perl5.setup Archive-Rar 2.02 ../by-authors/id/S/SM/SMUELLER |
---|
8 | |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer |
---|
11 | license {Artistic-1 GPL} |
---|
12 | |
---|
13 | supported_archs noarch |
---|
14 | |
---|
15 | description Archive::Rar This is a module for the handling of rar archives. |
---|
16 | |
---|
17 | long_description ${description}. Locates the rar command (from PATH) and encapsulate it to create, extract and list rar archives. |
---|
18 | |
---|
19 | checksums rmd160 11901be5110bb655ff1a410456f6d5cb1b9ff763 \ |
---|
20 | sha256 7550ffff30b215dca0f018cc8c3fdc18fe2e7bf2c42307476b802283fb00795b \ |
---|
21 | size 27699 |
---|
22 | |
---|
23 | if {${perl5.major} != ""} { |
---|
24 | depends_lib-append \ |
---|
25 | port:p${perl5.major}-ipc-run |
---|
26 | depends_run-append \ |
---|
27 | bin:rar:rar |
---|
28 | } |
---|
29 | |
---|
30 | |
---|