Ticket #58139: Portfile

File Portfile, 991 bytes (added by hyperbole (hyperbole), 5 years ago)

perl p5-archive-rar Portfile

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