Ticket #41191: Portfile

File Portfile, 1.3 KB (added by cro (C. R. Oldham), 10 years ago)

Portfile to add salt

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