Commits
David B. Evans authored b4d8abc1a85
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.26 5.28 5.30 |
7 + | perl5.setup FFI-Platypus-Lang-Rust 0.07 ../../authors/id/P/PL/PLICEASE |
8 + | license {Artistic-1 GPL} |
9 + | maintainers {devans @dbevans} openmaintainer |
10 + | description FFI::Platypus::Lang::Rust - Documentation and tools for using Platypus with the Rust programming language |
11 + | long_description ${description} |
12 + | |
13 + | platforms darwin |
14 + | |
15 + | checksums rmd160 d68ccafa8c06bbe50600e564485eab952be262d9 \ |
16 + | sha256 924f2e7e446e4d9ab7a4a8dfefc6a738aa0948d4293d8226630007b48d9719ab \ |
17 + | size 16806 |
18 + | |
19 + | if {${perl5.major} != ""} { |
20 + | depends_build-append \ |
21 + | port:p${perl5.major}-capture-tiny \ |
22 + | port:p${perl5.major}-file-which \ |
23 + | port:p${perl5.major}-test-script |
24 + | |
25 + | depends_lib-append \ |
26 + | port:cargo \ |
27 + | port:p${perl5.major}-ffi-checklib \ |
28 + | port:p${perl5.major}-ffi-platypus \ |
29 + | port:p${perl5.major}-file-chdir \ |
30 + | port:p${perl5.major}-path-tiny |
31 + | |
32 + | supported_archs noarch |
33 + | } |