Commits
Sean Farley authored de1fbbd8658
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=portfile:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup github 1.0 |
5 5 | |
6 6 | github.setup rust-lang cargo 0.25.0 |
7 7 | #revision 0 |
8 8 | categories devel |
9 9 | platforms darwin |
10 10 | supported_archs i386 x86_64 |
11 11 | license {MIT Apache-2} |
12 - | maintainers sean openmaintainer |
12 + | maintainers nomaintainer |
13 13 | |
14 14 | description The Rust package manager |
15 15 | |
16 16 | long_description Cargo downloads your Rust project’s dependencies and \ |
17 17 | compiles your project. |
18 18 | |
19 19 | homepage https://crates.io |
20 20 | |
21 21 | # can use cmake or cmake-devel; default to cmake. |
22 22 | depends_build path:bin/cmake:cmake \ |