# -*- 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
categories sysutils python
maintainers {gmail.com:jeremy.mcmillan @aphor} openmaintainer
description Salt is a Python-based remote execution, automation, \
configuration, and orchestration engine.
long_description SaltStack is fast, scalable and flexible software for data \
center automation, from infrastructure and any cloud, \
to the entire application stack.
homepage http://saltstack.com/
github.setup saltstack salt ${version} v
python.versions 27 34 35 36
categories sysutils python
checksums rmd160 47b77490e40fdc2ec4c5d262003afecdb0b8e94a \
sha256 0a65913142577a70924a283a99dc67612630a9601fd5c83d660bad74b84357d4 \
notes "Salt startupitems are installed by subports salt-minion, salt-master, salt-syndic, salt-api."
if {![variant_isset python34] && ![variant_isset python35] && ![variant_isset python36]} {
default_variants +python27
variant python27 conflicts python34 python35 python36 description {python-2.7 support} {
python.default_version 27
depends_build port:py${python.version}-setuptools
depends_lib-append port:py${python.version}-yaml \
port:py${python.version}-jinja2 \
port:py${python.version}-msgpack \
port:py${python.version}-tornado \
port:py${python.version}-zmq
destroot.cmd-append --with-salt-version=${version}
notes "Salt startupitems are installed by subports salt-minion, salt-master, salt-syndic, salt-api."
variant python34 conflicts python27 python35 python36 description {python-3.4 support} {
python.default_version 34
depends_build port:py${python.version}-setuptools
depends_lib-append port:py${python.version}-yaml \
port:py${python.version}-jinja2 \
port:py${python.version}-msgpack \
port:py${python.version}-tornado \
port:py${python.version}-zmq