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 | # $Id$ |
---|
3 | # |
---|
4 | # Portfile for saltstack |
---|
5 | PortSystem 1.0 |
---|
6 | PortGroup Python 1.0 |
---|
7 | |
---|
8 | name salt |
---|
9 | version 0.17.1 |
---|
10 | categories sysutils |
---|
11 | platforms darwin |
---|
12 | license Apache-2.0 |
---|
13 | supported_archs |
---|
14 | maintainers saltstack.com:cr |
---|
15 | description Salt is a Python-based remote execution, automation, \ |
---|
16 | configuration, and orchestration engine. |
---|
17 | long_description SaltStack is fast, scalable and flexible software for data \ |
---|
18 | center automation, from infrastructure and any cloud, \ |
---|
19 | to the entire application stack |
---|
20 | homepage http://docs.saltstack.com |
---|
21 | master_sites https://pypi.python.org/packages/source/s/salt/ |
---|
22 | |
---|
23 | checksums rmd160 4b4d7c0602b404d56b05af3060208fd23a296cf2 \ |
---|
24 | sha256 2f9f0e8b2ed53241ab3e373fd8d4030384b3f78f7b796d185c9907874cceebb9 |
---|
25 | |
---|
26 | python.default_version 27 |
---|
27 | python.link_binaries_suffix |
---|
28 | |
---|
29 | depends_build port:py27-setuptools |
---|
30 | depends_lib port:py-zmq \ |
---|
31 | port:py27-m2crypto \ |
---|
32 | port:py27-crypto \ |
---|
33 | port:py27-msgpack \ |
---|
34 | port:swig-python \ |
---|
35 | port:py-pip |
---|
36 | |
---|
37 | |
---|